azure-dev
azure-dev copied to clipboard
[Spike] Preflight Checks API integration
Steps to repro:
- Create a free account
- Pick a template (I believe Mandy used a node template)
- Choose East US 2 as region (apparently Central US region worked)
@savannahostrowski a few clarifying questions:
- Is the first step Create a free account something that the user has done prior to this error in the CLI?
- Is a free account the same as a regular Azure account you can create using the Azure web UI or is it something more specific/nuanced?
- Yes + you'll need to auth with the free account
- Free account with $200 credits link - https://azure.microsoft.com/en-us/free/
Moved this to November!
This is part of planned work we have for Gallium to improve error messaging.
Important for: https://github.com/Azure-Samples/azure-search-openai-demo/pull/252
There is a Preflight API which is implemented across services/RP's. which does the following types of checks.
- Static validations
- Resource name check
- Quota check
- Capacity check
- SKUs
- Region availability
@ChrisHMSFT do you know the status and coverage of the preflight API's on the RP's?
Yes, all except the capacity check is supported today. You can use: https://learn.microsoft.com/en-us/rest/api/resources/deployments/validate?view=rest-resources-2021-04-01