Skip to content

Commit

Permalink
remove values
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya committed Jul 15, 2021
1 parent 144c03e commit b35496d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
"value": "westus2"
},
"adminUserName": {
"value": "kaghiyAdmin"
"value": "<REPLACE THIS: Don't use common names like 'admin'>"
},
"adminPassword": {
"value": "N3h@rtrw"
"value": "<REPLACE THIS: Include at least one lower-case, upper-case, number, and special character>"
},
"sourceVaultValue": {
"value": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/kaghiya-test/providers/Microsoft.KeyVault/vaults/kaghiya-kv"
"value": "<REPLACE THIS: Looks like /subscriptions/myguid/resourceGroups/myrg/providers/Microsoft.KeyVault/vaults/mykv, can be found as ResourceID under properties in the key vault>"
},
"certificateUrlValue": {
"value": "https://kaghiya-kv.vault.azure.net/secrets/ExampleCertificate/bb6d12da95b34b45b30710bf448f9051"
"value": "<REPLACE THIS: Looks like https://mykv.vault.azure.net/secrets/mycert/guid, can be found as secret identifier in the certificate's page>"
},
"certificateThumbprint": {
"value": "<REPLACE THIS: Hexadecimal string that can be found as Thumbprint or X.509 SHA-1 Thumbprint (in hex) in the certificate's properties>"
},
"sshKeyData": {
"value": "<REPLACE THIS: An SSH public key (the content of the key's .pub file, with no trailing whitespace). Looks like ssh-rsa {base64 content} {user}@{machine}>"
"value": "<REPLACE THIS: An SSH public key (the content of the key's .pub file, with no trailing whitespace). Looks like ssh-rsa {base64 content} {user}@{machine}. You can generate it following this step - https://docs.microsoft.com/en-us/azure/virtual-machines/linux/mac-create-ssh-keys#create-an-ssh-key-pair>"
},
"nicName": {
"value": "NIC-sfmi-test"
Expand Down

0 comments on commit b35496d

Please sign in to comment.