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
In a POWER-SHELL window, move to the folder [..\deploy\az\servicefabric\LinuxContainers](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/az/servicefabric/LinuxContainers).
69
+
70
+
**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.
71
+
72
+
>```
73
+
>az account list
74
+
>```
75
+
If you have multiple subscription accounts, you first need to select the Azure subscription account you want to target. Type the following:
76
+
>```
77
+
>az account set --subscription "Your Azure Subscription Name or ID"
78
+
>```
79
+
68
80
Execute the gen-keyvaultcert.ps1 script to generate and download a certificate from Keyvault.
0 commit comments