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
Execute the gen-keyvaultcert.ps1 script to generate and download a certificate from Keyvault.
66
+
In a POWER-SHELL window, move to the folder [..\deploy\az\servicefabric\WindowsContainers](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/az/servicefabric/WindowsContainers).
67
+
68
+
**Select your Azure subscription** You might have [several Azure subscriptions](https://docs.microsoft.com/en-us/cli/azure/account#set) as shown if you type the following.
69
+
70
+
>```
71
+
>az account list
72
+
>```
73
+
If you have multiple subscription accounts, you first need to select the Azure subscription account you want to target. Type the following:
74
+
>```
75
+
>az account set --subscription "Your Azure Subscription Name or ID"
76
+
>```
77
+
78
+
**Execute the gen-keyvaultcert.ps1 script** to generate and download a certificate from Keyvault.
79
+
Make sure you're going to run it against the Azure subscription you mean it.
80
+
81
+
You might need to authenticate from the browser when running this PowerShell script.
0 commit comments