Press "Enter" to skip to content

Posts published in “Azure”

CheckPoint on Azure – Webinars

2

COVID-19 has changed the way training and workshops are conducted. Virtual workshops are the new normal in the learning industry now. Typically, hands-on labs for Check Point certification and other courses have been provided using physical appliances and devices shared by a group of students or even entire batch. With virtual workshops, not having physical access to that hardware can…

All about Azure Automanage

0

Here is the recording of my talk at AzConf (https://azconf.dev) about Azure Automanage. In this session, I talked about How Azure Automanage can simplify the virtual machines operations management for you in Azure.

Red Hat JBOSS EAP on Azure – QuickStarts

0

It was a pleasure working with #Microsoft and #RedHat to accelerate JBOSS EAP deployments on Azure with JBOSS Quickstarts and various other options. The documentation is now live, check out how you can move your jboss eap workloads to Azure easily. Quickstart includes various deployment options including VMS, Clustered VMs and VM Scale sets. Deploy enterprise Java applications to Azure with JBoss EAP on…

Azure Community Conference 2020

0

AzConf 2020 is here and I’m super excited for one of the top Azure community conference in India. Azure Community Conference will be a 3 day multi-track virtual conference between 24-26 November 2020. The conference is aimed at Cloud and Web Developers working with open source and cloud native technologies on the Microsoft Stack. I’ve more than one reason to…

Configure to receive Office 365 Group emails in the inbox for all users.

20

If you recently converted your Distribution lists in Office 365 to Office 365 Groups, you might be wondering why exactly emails sent to the email address of the group isn’t coming to your inbox. Well, emails sent to the groups by default go in the group folder in the below location. Outlook > Groups > Select your group This is…

Podcasts from Microsoft Ignite 2019

0

I had an amazing time earlier this month attending Microsoft Ignite in Orlando, Florida. It was a power-packed week with a lot of learning and networking. I’m still trying to catch with all the announcements that came during the week. On the 8th of November, the last day of Ignite I participated in doing podcasts with Dave Rendon., Here are…

Webinar Recording – Artificial Intelligence with Microsoft Cloud

1

Last week, I did a webinar series for devenger community, where i talked about how you can leverage Azure AI’s capabilities for building intelligent applications. We had great participation with hundreds of attendees across live streaming platforms including Youtube, Facebook, and Skillenza. Here is the recording of the webinar. In this session, I talked about the overview of Microsoft Azure…

Unlock the true value of Artificial Intelligence – Online Webinar

0

Originally published here – https://skillenza.com/challenge/online-meetup-machine-learning-models Get proven, secure, and responsible AI capabilities on your terms with Azure AI. Build mission-critical solutions that can analyze images, comprehend speech, make predictions using data, and imitate other intelligent human behaviours—all using Azure AI. This meetup will be an introductory session on AI on Azure, Azure Artificial Intelligence Services, covering the fundamentals of the…

Build 2020 Recap- Webinar

0

It’s been less than a month since the first-ever virtual Microsoft Build conference concluded. Tons of exciting announcements, new features, and much more. In this webinar, I sat down with Azure community members from Bangalore and discussed about all the great things announced at Build 2020. I focussed on developer technologies primarily. Here is the recording of the webinar, Check…

Run your first python program using Azure Notebooks

0

In this post, we’ll look at Azure Notebooks; a completely free hosted Jupyter notebooks service from Azure. Jupyter has been quite popular lately among data science professionals and is becoming a preferred choice for running python code interactively to perform data analytics. Jupyter combines your code, documentation, data, any data visualization graphics in a single place. It’s an open-source project,…