python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Multiple IP address variable in Azure ARM Template
If I am using an ARM Template to create an IP Group within Azure and want to add Multiple IP Addresses as a Parameter rather than putting them in the body of the resource is this possible?
The templat...
Yamy
Votes: 0
Answers: 2
Remove Azure alert rule if exists using Remove-AzScheduledQueryRule
How do you check if an alert rule exists by its ResourceId, and then remove it. What is the syntax for the check?
Get-AzScheduledQueryRule -ResourceId "/subscriptions.....Id"
Remove-AzSc...

Anjali Iyengar
Votes: 0
Answers: 1
How to Create Identity Provider using ARM template for azure function app?
How to Create azure identity provider in azure portal using ARM template for the azure functions.
ARM template to deploy the azure resources. I am able to create the azure functions but I also need to...
user2020832
Votes: 0
Answers: 1
getting error "The schedule should be created" while creating VM shutdown schedule using ARM template
I am getting the following error when I tried creating a shutdown schedule for VM in azure using the ARM template.
{
"code": "DeploymentFailed",
"message": "At l...

PSKP
Votes: 0
Answers: 2