Skip to content

Commit

Permalink
Merge pull request #193 from daveRendon/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
daveRendon authored Jun 6, 2024
2 parents 296dfa7 + f117260 commit 9c6d3da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"contentVersion": "1.0.0.0",
"parameters": {
"adminPassword": {
"value": "AzureTest01!!"
"value": "YourPasswodHere"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
using 'main.bicep'

param adminPassword = 'YourPasswodHere'

0 comments on commit 9c6d3da

Please sign in to comment.