Forum Discussion
mans_tanneryd
Nov 11, 2024Copper Contributor
Access denied when trying to publish web app
I am trying to publish my web app using powershell command "Publish-AzWebApp". But, it only responds saying that access is denied to the zip-file I am pointing to using -ArchivePath. The zip-file in question has read access for EveryOne so access really should not be an issue.
1 Reply
Try this:
az webapp deployment source config-zip --resource-group <ResourceGroupName> --name <AppName> --src <ZipFilePath>