-
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
[Spike] Preflight Checks API integration #468
Comments
@savannahostrowski a few clarifying questions:
|
|
Moved this to November! |
This is part of planned work we have for Gallium to improve error messaging. |
Important for: Azure-Samples/azure-search-openai-demo#252 |
There is a Preflight API which is implemented across services/RP's. which does the following types of checks.
@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 |
Preflight API has validation and deployment API. We already have deployment API. The enhancement is to add validation API to check failure before provision. The validation API is not working with all nested resources and our todo templates are using nested resources/module. However, adding validation API will help users validating their custom non-nested resources. There is a bug in |
Steps to repro:
The text was updated successfully, but these errors were encountered: