Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.15 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.15 KB

armServiceFabricStandalone

test arm template to deploy Service Fabric Standalone cluster into Azure.
NOTE: not for production use

required:

self signed or trusted certificate stored in azure keyvault.

  • 'certificateThumbprint' certificate thumbprint
  • 'commonname' certificate common name / subject
  • 'sourceVaultValue' "Resource Id of the key vault. Example:
    /subscriptions/<Sub ID>/resourceGroups/<Resource group name>/providers/Microsoft.KeyVault/vaults/<vault name>
  • 'certificateUrlValue' - location URL of certificate in key vault. Example:
    https://<name of the vault>.vault.azure.net:443/secrets/<location>

click button below to deploy