Skip to content

Commit 6e347d5

Browse files
authored
Update 10-publish-and-deploy.md (#257)
1 parent c4828cb commit 6e347d5

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/10-publish-and-deploy.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,16 @@ You can create a signing certificate using an existing key vault, or create a ne
5959
To create a new key vault:
6060

6161
- 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**.
6362
- 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**.
6665
- On the **Create key vault** section, provide the following information:
67-
- **Name**: A unique name is required.
6866
- **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.
7170
- 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.
7372

7473
Browse to your key vault in the Azure portal and select **Certificates**. Select **Generate/Import** to create a new certificate.
7574

@@ -95,7 +94,7 @@ Select **Configuration** in the left nav for the app service. Add the `WEBSITE_L
9594

9695
![Load certificates setting](https://user-images.githubusercontent.com/1874516/78463547-e8b99280-7692-11ea-9d02-394b20c653cd.png)
9796

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.
9998

10099
```json
101100
"IdentityServer": {
@@ -121,4 +120,4 @@ Publishing the app may take a few minutes. Once the app has finished deploying i
121120

122121
Congrats!
123122

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

Comments
 (0)