You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deploy_app_from_foundry.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Since all resources are deployed with private endpoints, you must access Microso
24
24
2. Navigate to your resource group
25
25
3. Select the **Jump VM** (Windows Virtual Machine)
26
26
4. Click **Connect** → **Bastion**
27
-
5. Enter the VM credentials (set during deployment)
27
+
5. Enter the VM credentials you configured in the top layer (`VM_ADMIN_USERNAME` / `VM_ADMIN_PASSWORD`, or [infra/main.bicepparam](../infra/main.bicepparam))
28
28
6. Once connected, open a browser and navigate to [Microsoft Foundry](https://ai.azure.com)
The accelerator also deploys a **Microsoft Fabric F8** capacity. Pass `--check-fabric` (bash) or `-CheckFabric` (PowerShell) to verify Fabric SKU availability.
24
+
19
25
## Usage Scenarios:
20
26
- No parameters passed → Default models and capacities will be checked in default regions.
21
27
- Only model(s) provided → The script will check for those models in the default regions.
22
28
- Only region(s) provided → The script will check default models in the specified regions.
23
29
- Both models and regions provided → The script will check those models in the specified regions.
24
30
-`--verbose` passed → Enables detailed logging output for debugging and traceability.
31
+
-`--check-fabric` passed → Also checks Microsoft Fabric capacity availability.
25
32
26
-
## **Input Formats**
27
-
> Use the --models, --regions, and --verbose options for parameter handling:
33
+
## **Input Formats — Bash**
34
+
> Use the --models, --regions, --verbose, and --check-fabric options for parameter handling:
28
35
29
-
✔️ Run without parameters to check default models & regions without verbose logging:
30
-
```
31
-
./quota_check.sh
36
+
✔️ Run without parameters to check default models & regions:
0 commit comments