Forum Discussion

mans_tanneryd's avatar
mans_tanneryd
Copper Contributor
Nov 11, 2024

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>

     

Resources