Questions tagged [azure-resource-manager]
12 questions
4
votes
1 answer
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 stuck where the company needs a sas token, that’s…
Norrin Rad
- 353
- 1
- 4
- 12
1
vote
1 answer
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 in the security Center. I was wondering how to save…
Norrin Rad
- 353
- 1
- 4
- 12
1
vote
1 answer
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 account?
Thanks in advance.
Norrin Rad
- 353
- 1
- 4
- 12
1
vote
1 answer
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, storage accounts, LogAnalytics, Azure App…
Kyle Monteagudo
- 11
- 1
0
votes
0 answers
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 autoscale rules.
An example of a similar…
0
votes
1 answer
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'), I assume this is because the script runs as the…
Elomis
- 313
- 1
- 2
- 12
0
votes
1 answer
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 solve task with some dependency loops because I…
Serg ОС
- 1
0
votes
1 answer
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 traffic.
Anyone know how I would assign a static ip to…
Norrin Rad
- 353
- 1
- 4
- 12
0
votes
0 answers
Does Microsoft's Bicep DSL allow line continuation in function calls?
I'm starting to use Bicep to deploy Azure resources, and sometimes have to refer to other resources with the resourceId() function, but the arguments for this can be pretty long. In many languages, I could just put each parameter on its own…
Iain Hallam
- 447
- 2
- 6
- 21
0
votes
0 answers
How to keep conditions in arm template parameters?
I found a template for deploying AKS using Azure template.
The template link
When I try to run it, it is showing a form field to provide existing CIDR.
Is there anyway to keep a drop down so that we can opt for either to create a new vnet or use an…
Sara June
- 389
- 4
- 15
0
votes
1 answer
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 to fetch azure VMUUID?
0
votes
1 answer
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 and redeploy on changes. BUT any changes to the…
Dimse
- 101
- 1