Relative Content

Tag Archive for azureazure-web-app-serviceazure-automation

Azure Webapp kudu file access

I am trying to access Azure WebApp kudu files from the Azure automation account runbook.
The condition from Azure App services is, that it has to Deny all public IP access rule for the Advanced tool site rule with priority 2000
I added another rule with a priority of 100 and allowed with source type as service tag and value as “GuestandHybridManagement”.
Still, when I run the runbook, it is unable to access the SCM files.