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/DeploymentGuide.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
@@ -202,7 +202,7 @@ Copy the contents from the production configuration file to your main parameters
202
202
203
203
>**Note:** This section only applies if you selected **Production** deployment typein section 3.1. VMs are not deployed in the default Development/Testing configuration.
204
204
205
-
By default, random GUIDs are generatedfor VM credentials. To set custom credentials:
205
+
By default, hard-coded fallback values are usedfor VM credentials (`JumpboxAdminUser` / `JumpboxAdminP@ssw0rd1234!`). To set custom credentials:
206
206
207
207
```shell
208
208
azd env set AZURE_ENV_JUMPBOX_ADMIN_USERNAME <your-username>
0 commit comments