Skip to content

Commit cdc583d

Browse files
author
Mike Swantek
committed
Additional pre-provisioning model quota check documentation
1 parent 62a8b09 commit cdc583d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/github_code_spaces_steps.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,18 @@ You can run this solution using GitHub Codespaces. The button will open a web-ba
5252
**Be sure to remember the vm password. This will be used in a later step. You are still required to log into Azure once you connect through the virtual machine.
5353

5454

55-
11. The automated model quota check will run, and will check if the location selected will have the necessary quota for the AI Models that are listed in the parameters file prior to deploying any resources. If the location selected has sufficient quota for the models you plan to deploy, the provisioning will begin without notification.
55+
11. The automated model quota check will run, and will check if the location selected will have the necessary quota for the AI Models that are listed in the parameters file prior to deploying any resources.
56+
![image showing model quota pre-provision code executing](../img/provisioning/preprovision_output.png)
57+
58+
59+
If the location selected has sufficient quota for the models you plan to deploy, the provisioning will begin without notification.
5660

5761
![image showing model quota pre-provision pass](../img/provisioning/preprovision_success.png)
5862

5963
If the location selected does not have the available quota for the models selected in your parameters, there will be a message back to the user, prior to any provisioning of resources. This will allow the developer to change the location of the provisiong and try again. Note that in our example, Italy North had capacity for gpt-4o but not for text-embedding-ada-002. This terminated the entire provisioning, because both models could not be deployed due to a quota issue.
6064

65+
![image showing model quota pre-provision fail](../img/provisioning/preprovision_fail.png)
66+
6167
12. After completeing the required paramters that you were prompted for, and a successful model quota validation, the provisioning of resources will run and deploy the Network Isolated AI Foundry development portal and dependent resources in about 20 minutes.
6268

6369

51.8 KB
Loading

0 commit comments

Comments
 (0)