Azure / azure-python-siteextensions

Defines the Python runtime site extensions that are available for Azure App Service
Other
8 stars 9 forks source link

Cannot deploy using portal or ARM template #20

Open rcarmo opened 6 years ago

rcarmo commented 6 years ago

I'm getting errors when trying to deploy the 3.6.4.4 extension either via the portal or via an ARM template.

Via the portal, I get a truncated error message that hints at the extension not being available on the extensions site anymore:

Web app extension installation failed
Failed to install web app extension Python 3.6.4 x64. Heuristics indicate WebApiClient request timed out. Uri: https://py36test.scm.azurewebsites.net/api/siteextensions/azureappservice-python364x64
 Timeout: 00:01:00

Via ARM, I get a Deployment failed error, with a Canceled status:

Deployment failed. Correlation ID: 01450d9d-c42e-4e07-80a0-d76b904f0f42. {
  "status": "Canceled",
  "error": {
    "code": "ResourceDeploymentFailure",
    "message": "The resource operation completed with terminal provisioning state 'Canceled'."
  }
}