#Azure Resource Manager
4 posts tagged with “Azure Resource Manager”.
-
Get Cognitive Services Keys and Endpoint in an ARM Template
An ARM template that retrieves Azure Cognitive Services API keys and endpoint using listKeys and reference, ready to reuse in a Logic App connection.
-
Azure Hidden Gems: Resource Policies
Use Azure Resource Policies for subscription governance: deny resource creation without required tags, with PowerShell examples to define and assign policies.
-
Setting up VSTS with ARM Templates
Set up VSTS Build and Release for Azure Resource Manager linked templates: validate templates in the build, publish artifacts, and deploy per environment.
-
VSTS Task delete Resource Group if empty
VSTS marketplace task that deletes an Azure Resource Group only if it is empty, handy after testing ARM deployments with Test-AzureRmResourceGroupDeployment.