-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check if best spot price location supports resource group
the location suggested by the spot calculation sometimes do not support the creation of Resource Groups which is a requirement for `mapt`, In those cases we just use a default region we get the following error when a region is not usable: ``` Diagnostics: azure-native:resources:ResourceGroup (az-ghrunner-awd-rg): error: autorest/azure: Service returned an error. Status=400 Code="LocationNotAvailableForResourceGroup" [...] ```
- Loading branch information
1 parent
b9f1dc9
commit 0515c52
Showing
4 changed files
with
73 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters