-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2589 from janegilring/arcbox_3.0
Update ArcBox to leverage bicepparam instead of json format for example parameter file
- Loading branch information
Showing
3 changed files
with
22 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
using 'main.bicep' | ||
|
||
param sshRSAPublicKey = '<your RSA public key>' | ||
|
||
param spnClientId = '<your service principal client id>' | ||
|
||
param spnClientSecret = '<your service principal secret>' | ||
|
||
param spnTenantId = '<your spn tenant id>' | ||
|
||
param windowsAdminUsername = 'arcdemo' | ||
|
||
param windowsAdminPassword = '<your windows admin password>' | ||
|
||
param logAnalyticsWorkspaceName = '<your unique Log Analytics workspace name>' | ||
|
||
param flavor = 'ITPro' | ||
|
||
param deployBastion = false | ||
|
||
param vmAutologon = true |
This file was deleted.
Oops, something went wrong.