How to create Azure Resource group using Python

This post explains how to create Azure Resource group using Python.

How to create and deploy Azure Functions using VS Code

This post describes how to create Azure function from scratch using VS Code.

How to create Azure Storage Account using Python

This post explains how to create Azure Storage Account using Python.

How to create Service Principal in Azure

This post explains how to create an Azure service principal and assign a role in subscription to the service principal.

How to create Azure Key Vault using Python

This post explains how to create Azure Key vault using Python.

How to install Azure CLI on Ubuntu

This post describes how to install Azure CLI on Ubuntu.

Azure SDK's management vs client libraries

This post explains difference between Azure Python SDK's management("management plane") and client libraries( "data plane").

Trending