Here I like to share some tools which I use during development on Azure.
- Azure Command-Line Tools
- Visual Studio 2015
- Microsoft WebMatrix
Azure Command-Line Tools
Azure is not only a portal (ASM, ARM). We can also use command-line tools for Azure. We can use CLI to do administrative automation. We have Azure PowerShell modules that are tailored to both the ASM (Azure Service Management), and ARM (Azure Resource Manager) deployment methods. Azure CLI is an open source project. We can install all this tools from Microsoft Azure website.
Visual Studio 2015 Editions
I use visual studio 2015 Enterprise during development.
Microsoft WebMatrix
Microsoft WebMatrix is a free tool. It is cloud-connected website builder/HTML editor. WebMatrix 3 is heavily integrated with Azure.Finally, WebMatrix is integrated in the old classic portal. It uses what’s called ClickOnce integration.
I hope all this tools will we helpful during development.