Issue deploying python function to westus
See original GitHub issueI am getting the following error trying to deploy a python function app to a resource group located in the westus. This is via an ARM template. Not sure if anyone else is having the same issue.
'{
[15:00:06][Step 8/12] "Code": "BadRequest",
[15:00:06][Step 8/12] "Message": "Requested features are not supported in region.",
[15:00:06][Step 8/12] "Target": null,
[15:00:06][Step 8/12] "Details": [
[15:00:06][Step 8/12] {
[15:00:06][Step 8/12] "Message": "Requested features are not supported in region."
[15:00:06][Step 8/12] },
[15:00:06][Step 8/12] {
[15:00:06][Step 8/12] "Code": "BadRequest"
[15:00:06][Step 8/12] },
[15:00:06][Step 8/12] {
[15:00:06][Step 8/12] "ErrorEntity": {
[15:00:06][Step 8/12] "ExtendedCode": "59911",
[15:00:06][Step 8/12] "MessageTemplate": "Requested features are not supported in region.",
[15:00:06][Step 8/12] "Parameters": [],
[15:00:06][Step 8/12] "Code": "BadRequest",
[15:00:06][Step 8/12] "Message": "Requested features are not supported in region."
[15:00:06][Step 8/12] }
[15:00:06][Step 8/12] }
[15:00:06][Step 8/12] ],
[15:00:06][Step 8/12] "Innererror": null
[15:00:06][Step 8/12] }'
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Error while deploying Python Function to Function App using ...
Hello, I'm experiencing issues while deploying python Function (using VS Code) to "premade" Function App (Created using Azure Portal).
Read more >Python Function App deployment to Azure fails - Stack Overflow
A list of known issues is available here. You can utilize CLI to deploy your python function app which you can do it...
Read more >Containerized Azure Functions with Azure DevOps
In this post we will go from start to finish creating a Python-based Azure Function. We will build it to a container and...
Read more >Create and deploy a HTTP Cloud Function by using Python
This guide takes you through the process of writing a Cloud Function using the Python runtime. There are two types of Cloud Functions:...
Read more >Azure Functions 2.0 demo: A Python + GitHub webserver
Azure Functions is a serverless compute service. ... provides a local runtime you can use to test your functions before deploying them.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This should be fixed now. The inconsistent behavior from earlier was due to the fix still being rolled out and hadn’t been deployed to all instances in the region.
This appears to be working now. So I guess it’s been “Fixed”