-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using todo
templates with Azure free trial subscription
#1460
Comments
Default region was selected because of capacity issue. Since we can't accurately predict/get the right region with capacity, my suggestion is to default to "east us" instead of "east us 2" to reduce issue for folks with free trial subscription. |
I experienced this using my MSDN subscription. It finally worked with "East US", I think it was the 4th region I tried. It was a frustrating experience. |
Related issue #1568 when |
Noting the experience from the workshop I ran, since it's related to this issue. In my workshop, they were trying to deploy https://github.com/pamelafox/simple-fastapi-azure-function to Azure Functions + APIM.
Unauthorized: This region has quota of 0 instances for your subscription. Try selecting different region or SKU.
|
Related to #468; moving to Gallium as this is non-blocking for GA |
The ValidateAPI checks the syntaxis. I don't think it would be able to help here:
https://learn.microsoft.com/en-us/rest/api/resources/deployments/validate. Template's owner should know about any limitations (like region/sub/etc) and describe those limitations within the infra files (bicep). |
This issue is meant to define what's the experience for a customer when trying
azd
with a fresh new created Azure Free trial subscription.There are some settings defined on the
todo
templates, like the SKU for a service-plan which are only available on a specificregion
for a free trial subscription. For example, trying to callazd up -t todo-python-mongo
with the free trial sub and using the default LocationEast US 2
would lead the users to an error like:Then, switching to region
East US
works. But, as a new customer, how do I know what region/settings to use when I am using the free trial? Or how do I know which templates are 100% usable for my subscription?--
Some ideas:
The text was updated successfully, but these errors were encountered: