Azure - Resource Group

Card Puncher Data Processing

About

An Azure Resource resource group is a logical container into which Azure resources are deployed and managed.

Management

Create

az group create --name myResourceGroup --location westeurope

Delete

az group delete --name myResourceGroup

Show

az group show $resourceGroupName





Discover More
Card Puncher Data Processing
Ansible - Azure

in Azure ansible/ansible/blob/devel/contrib/inventory/azure_rm.iniazure_rm.ini config Then Command in all host of resourceGroup with the ansible cli The playbook Run ...
Card Puncher Data Processing
Azure - Resources

An Azure resource group is a logical container into which Azure resources are deployed and managed.
Card Puncher Data Processing
Azure Authentication - Application (Client Id) - Service Principal

The app creates a central identity to authenticate and access Azure Resource. It holds information like: OAuth Client ID, Reply URLs, and credentials Azure Active Directory > User settings...



Share this page:
Follow us:
Task Runner