@@ -59,17 +59,16 @@ You can create a signing certificate using an existing key vault, or create a ne
59
59
To create a new key vault:
60
60
61
61
- Sign in to the Azure portal at https://portal.azure.com .
62
- - From the Azure portal menu, or from the Home page, select ** Create a resource** .
63
62
- In the Search box, enter ** Key Vault** .
64
- - From the results list, choose ** Key Vault ** .
65
- - On the Key Vault section, choose ** Create ** .
63
+ - From the results list, choose ** Key vaults ** .
64
+ - On the Key Vault section, choose ** Add ** .
66
65
- On the ** Create key vault** section, provide the following information:
67
- - ** Name** : A unique name is required.
68
66
- ** Subscription** : Choose your subscription.
69
- - ** Resource Group** : Choose the resource group for your key vault.
70
- - In the ** Location** pull-down menu, choose a location.
67
+ - ** Resource group** : Choose the resource group for your key vault.
68
+ - ** Key vault name** : A unique name is required.
69
+ - In the ** Region** pull-down menu, choose a location.
71
70
- Leave the other options to their defaults.
72
- - After providing the information above, select ** Create ** .
71
+ - After providing the information above, select ** Review + create ** to create your key vault .
73
72
74
73
Browse to your key vault in the Azure portal and select ** Certificates** . Select ** Generate/Import** to create a new certificate.
75
74
@@ -95,7 +94,7 @@ Select **Configuration** in the left nav for the app service. Add the `WEBSITE_L
95
94
96
95
![ Load certificates setting] ( https://user-images.githubusercontent.com/1874516/78463547-e8b99280-7692-11ea-9d02-394b20c653cd.png )
97
96
98
- Now update ** appsettings.json* in the server project configure the app to use the certificate in production.
97
+ Now update ** appsettings.json** in the server project configure the app to use the certificate in production.
99
98
100
99
``` json
101
100
"IdentityServer" : {
@@ -121,4 +120,4 @@ Publishing the app may take a few minutes. Once the app has finished deploying i
121
120
122
121
Congrats!
123
122
124
- Once your done showing off your completed Blazor app to your friend , be sure to clean up any Azure resources that you no longer wish to maintain.
123
+ Once your done showing off your completed Blazor app to your friends , be sure to clean up any Azure resources that you no longer wish to maintain.
0 commit comments