MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.18k stars 21.32k forks source link

Warn about failures to deploy when storage account is restricted. #85786

Open justinp-kr opened 2 years ago

justinp-kr commented 2 years ago

Microsoft support did not indicate any problem with deployment in support request 2110290010002257. And so perhaps documentation should caution that network restrictions may cause inconsistent deployment failures.

We are trying to deploy functionapp from GitHub Actions workflow using az CLI command: az functionapp deployment source config-zip --debug --name [name] --slot staging --src [name].zip

The command runs for a long time and debug message repeat - loop around 'GET /api/deployments/latest HTTP/1.1' 202 None.

When network restrictions were removed from storage account, i.e. "allow access" from all networks, then deployments started succeeding again consistently.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

shashishailaj commented 2 years ago

@justinp-kr Thank you for your feedback . We will investigate and update the thread.

PramodValavala-MSFT commented 2 years ago

@justinp-kr Thanks for the feedback! We have assigned this issue to the content author to review and update accordingly.