question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue deploying python function to westus

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
balag0commented, Apr 18, 2019

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.

1reaction
bigdatamoorecommented, Apr 18, 2019

This appears to be working now. So I guess it’s been “Fixed”

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found