Global Azure BootCamp is an annual event organized by various communities across the globe to bootstrap developers and get them on board with Azure. This year’s event in Bangalore was organized by multiple user groups viz., BDotNet, Bengaluru Azure User group, aOS, BITPro and was powered by ABB. For the first time for this year in Bengaluru, this event was organized as a multi track event with the below tracks
- Web/Mobile
- Open Source
- ITPro/DevOps
- Data/AI/ML
- Business/Office/SharePoint/Security
Each of these tracks encompassed different sessions covering the various Azure offerings that pertains to that track. I was privileged enough to deliver a talk under Open Source track on “Embracing Open Tools for Azure Development“

Some of the open source tools I covered in my session are:
- Visual Studio Code – Cross platform, Lightweight editor
- Azure Extension Pack for Visual Studio Code – VS Code extension to work with Azure
- Azure CLI – Cross platform Command line interface to interact with Azure
- Azure CLI Tools for Visual Studio Code – VS Code extension to work with Azure CLI
I had planned the session to be fully demo focused and I managed to showcase the below demos during the 50 min session.
- Whirlwind tour of the basic features of VS Code, touched upon the core capabilities like language support, debugging support, version control support and extension abilities of VS Code
- Tour of Azure Extension Pack for VS Code which installs various extensions like App Service, Azure Functions, Azure Cosmos DB explorer etc., which makes it easy to work with Azure services.
- Create a new asp.net core app using dotnet cli on a mac
- Deploy the asp.net core app to Azure App Service using Azure App Service extension for VS Code
- Live streaming the logs from Application running under Azure App Service into VS Code
- Dockerize the asp.net core application using Docker Tools for VS Code
- Tour of the various features of Azure CLI 2.0
- Running Azure CLI commands using Azure CLI Tools for VS Code as a scrapbook
- Setting up CI/CD for aspnet core web application hosted in GitHub using Azure CLI Tools in VS Code
- Deploying asp.net core application to Azure Container Instance using Azure CLI Tools in VS Code
I also received a memento as a token of appreciation of my talk from the major sponsor ABB.
Overall my session was well received by about 75+ attendees. The entire event had about 250+ participants across all the tracks.