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
The example Powershell script to run secrets-example.json
Import-Module SitecoreInstallFramework
$folderRoot=Split-Path-Path $MyInvocation.MyCommand.Source-Parent
$secretParams=@{
Path="$folderRoot\secrets-example.json"DeploymentId="1244"AzureKeyVaultName="<put your own keyvault name>"SubscriptionName="<put your own subscription name>"
}
Install-SitecoreConfiguration@secretParams-Verbose