Questions tagged [azure-resource-manager]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
4 votes
1 answer
751 views

Storage account access for 3rd party Azure

we are trying to set up a storage account where a third party company can come and programmatically collect updated files, we upload a new file, then the company gets an email notification but we are ...
Norrin Rad's user avatar
1 vote
1 answer
37 views

Huge Azure Resource Cleanup - Need Recommendations

So here’s the scoop... I have a large list of over 3000+ resources across multiple subscriptions and dev/production tenants that I need to clean up. These are all sorts of resources including storage, ...
Kyle Monteagudo's user avatar
1 vote
1 answer
1k views

Automate sending logs to storage account Azure

Hi Does anyone know a way to automate sending logs to a storage account, I can send the data to log analytics workspace, but also need to have a policy set that keeps logs for 200 days in a storage ...
Norrin Rad's user avatar
1 vote
1 answer
148 views

Azure mysql server provisioning

Trying to create an Azure mysql flexible server through the portal I get the following error message. "code": "InvalidPrivateDnsZoneSubscription", "message": "The ...
Drifter104's user avatar
  • 3,793
1 vote
1 answer
131 views

Log Security Events for Azure VMs

I’m trying to enable security logs for auditing in Azure. I’ve looked at security in the data sources from windows machines, but that says the intelligence pack isn’t installed. I think they may be ...
Norrin Rad's user avatar
0 votes
1 answer
33 views

Static Azure FW for 3rd Parties to Whitelist

I’m trying to find a way to assign a static ip to out azure firewall. This IP will need to be shared with 3rd party vendors, I’m thinking of using a NAT gateway, but that doesn’t support inbound ...
Norrin Rad's user avatar
0 votes
1 answer
621 views

Azure ARM template redeploying

I have created first VM from Azure portal interface and it works good. I tried to deploy second VM using ARM template that is available from first VM. And I can't do it quickly. Primarily, I have to ...
Serg ОС's user avatar
0 votes
1 answer
45 views

How to retrieve the properties of an Azure resource how they were when the resource was first created?

When you create an Azure resource, you must specify the properties the newly created resource must have. Once created, many of those properties can be changed; the tags of a resource for example. I'd ...
Jurjen's user avatar
  • 373
0 votes
1 answer
449 views

How to get the azure VMUUID of azure VM?

I am creating an ARM template for the Azure Log Analytics workspace.it has some queries which use azure VM's VMUUID.Is there is any way to fetch the azure VM's VMUUID in ARM template or any other ways ...
SATHEESH KUMAR's user avatar
0 votes
1 answer
831 views

Updating cloud-init on Azure Scale Set with ARM

I have an ARM template that deployes a scaleset to Azure and creates configuration files and runs a docker container via cloud-init. All this works file and we have Azure DevOps running the template ...
Dimse's user avatar
  • 101
0 votes
0 answers
104 views

Azure scale set ARM template redeployment resets node count

I'm trying to set up a continuous delivery pipeline for my ARM templates in Azure. The template contains resource definition for a scale set with some initial number of instances configured and also ...
Rustam Miftakhutdinov's user avatar
0 votes
1 answer
72 views

Restoring SQL databases with an AzureRM Custom Script Extension

I am trying to download and restore database backups against a SQL server with an AzureRM custom script extension, the files download fine but restores fail with access denied ('for database 'master'),...
Elomis's user avatar
  • 313