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 you configured in the top layer (`VM_ADMIN_USERNAME` / `VM_ADMIN_PASSWORD`, or [infra/main.bicepparam](../infra/main.bicepparam))
27
+
5.On the Bastion connection blade set **Authentication type** to **Microsoft Entra ID** and click **Connect** — you will be signed in with your Entra ID credentials (no username/password required). See [Accessing Private Resources](./ACCESSING_PRIVATE_RESOURCES.md) for details.
28
28
6. Once connected, open a browser and navigate to [Microsoft Foundry](https://ai.azure.com)
Copy file name to clipboardExpand all lines: docs/deploymentguide.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,15 +205,10 @@ Edit `infra/main.bicepparam` or set environment variables:
205
205
|`existingVnetResourceId`| Existing VNet resource ID (when `useExistingVNet=true`) | `` |
206
206
|`existingLogAnalyticsWorkspaceResourceId`| Existing Log Analytics workspace to receive PostgreSQL diagnostics. May live in another subscription within the same tenant. | `` |
207
207
|`existingAiProjectResourceId`| Existing Microsoft Foundry **project** resource ID to reuse instead of creating a new Foundry account + project. When set, `deployAiFoundry` and `deployAfProject` are auto-disabled. Read from `AZURE_EXISTING_AI_PROJECT_RESOURCE_ID`. | `` |
208
-
|`vmUserName`| Jump box VM admin username |`VM_ADMIN_USERNAME` env var or `testvmuser`|
209
-
|`vmAdminPassword`| Jump box VM admin password |`VM_ADMIN_PASSWORD` env var |
210
208
211
-
For network-isolated deployments, set the VM credentials before running `azd up`:
212
-
213
-
```powershell
214
-
azd env set VM_ADMIN_USERNAME "youradminuser"
215
-
azd env set VM_ADMIN_PASSWORD "<your-strong-password>"
216
-
```
209
+
> **Jump box sign-in:** The jump box VM uses **Microsoft Entra ID authentication** through
210
+
> Azure Bastion. See
211
+
> [Accessing Private Resources](./ACCESSING_PRIVATE_RESOURCES.md) for the sign-in steps.
4. Enter the VM admin credentials and click **Connect**
215
-
- Admin username: `vmUserName` in [infra/main.bicepparam](../infra/main.bicepparam) or the `VM_ADMIN_USERNAME` environment variable
216
-
- Admin password: `vmAdminPassword` in [infra/main.bicepparam](../infra/main.bicepparam) or the `VM_ADMIN_PASSWORD` environment variable
217
-
- If `vmUserName` is not set in the top layer, the effective default is `testvmuser`
218
-
- If you do not have them, reset the password in **Azure Portal** → **Virtual machine** → **Reset password**.
214
+
4. On the Bastion connection blade set **Authentication type** to **Microsoft Entra ID** and click **Connect**
215
+
- Sign-in uses your **Microsoft Entra ID** credentials — there is no local username/password to enter.
216
+
- The deploying principal is automatically granted the **Virtual Machine Administrator Login** role on the jump VM. To grant additional users access, assign **Virtual Machine Administrator Login** or **Virtual Machine User Login** on the VM.
217
+
- See [Accessing Private Resources](./ACCESSING_PRIVATE_RESOURCES.md) and [Azure Bastion — Entra ID authentication](https://learn.microsoft.com/azure/bastion/bastion-entra-id-authentication) for details.
0 commit comments