Skip to content

Commit 70844a6

Browse files
authored
C162666: Replacing non-breaking spaces by regular ones
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: non-breaking spaces are breaking format in localized pages
1 parent e3ae6dc commit 70844a6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/private-link/create-private-endpoint-portal.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ In this section, you will create a SQL database server in Azure.
123123

124124
7. Select **OK**.
125125
8. Select **Review + create**. You're taken to the **Review + create** page where Azure validates your configuration.
126-
9. When you see theValidation passedmessage, select **Create**.
127-
10. When you see theValidation passedmessage, selectCreate.
126+
9. When you see the Validation passed message, select **Create**.
127+
10. When you see the Validation passed message, select Create.
128128

129129
## Create a private endpoint
130130

@@ -161,7 +161,7 @@ In this section, you will create a SQL server and add a private endpoint to it.
161161
| ------- | ----- |
162162
|**NETWORKING**| |
163163
| Virtual network| Select *MyVirtualNetwork*. |
164-
| Subnet | Select*mySubnet*. |
164+
| Subnet | Select *mySubnet*. |
165165
|**PRIVATE DNS INTEGRATION**||
166166
|Integrate with private DNS zone |Select **Yes**. |
167167
|Private DNS Zone |Select *(New)privatelink.database.windows.net* |
@@ -198,9 +198,9 @@ After you've created **myVm**, connect to it from the internet as follows:
198198

199199
## Access the SQL database server privately from the VM
200200

201-
1. In the Remote Desktop of*myVM*, open PowerShell.
201+
1. In the Remote Desktop of *myVM*, open PowerShell.
202202

203-
2. Enter`nslookup myserver.database.windows.net`.
203+
2. Enter `nslookup myserver.database.windows.net`.
204204

205205
You'll receive a message similar to this:
206206
```azurepowershell
@@ -226,13 +226,13 @@ After you've created **myVm**, connect to it from the internet as follows:
226226
1. Select **Connect**.
227227
2. Browse databases from left menu.
228228
3. (Optionally) Create or query information from mydatabase.
229-
4. Close the remote desktop connection to*myVm*.
229+
4. Close the remote desktop connection to *myVm*.
230230
231231
## Clean up resources
232232
When you're done using the private endpoint, SQL server, and the VM, delete the resource group and all of the resources it contains:
233-
1. Enter*myResourceGroup*in the **Search** box at the top of the portal and select*myResourceGroup*from the search results.
233+
1. Enter *myResourceGroup* in the **Search** box at the top of the portal and select *myResourceGroup* from the search results.
234234
2. Select **Delete resource group**.
235-
3. EntermyResourceGroupfor **TYPE THE RESOURCE GROUP NAME** and select **Delete**.
235+
3. Enter myResourceGroup for **TYPE THE RESOURCE GROUP NAME** and select **Delete**.
236236
237237
## Next steps
238238

0 commit comments

Comments
 (0)