Skip to content

Commit ef7c4ad

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into vnet-old-review-1
2 parents ccb9c5e + bfc983e commit ef7c4ad

File tree

6 files changed

+16
-13
lines changed

6 files changed

+16
-13
lines changed

articles/azure-arc/servers/manage-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Actions of the [zypper](https://en.opensuse.org/Portal:Zypper) command, such as
336336
337337
### Facilitating auto-upgrade of the agent
338338
339-
The Azure Connected Machine agent will be supporting an automatic upgrade feature to reduce the agent management overhead associated with Azure Arc-enabled servers. To facilitate this new functionality, a scheduler job is configured on the connected machine. This scheduler job is a scheduled task for Windows and a Cron job for Linux. This scheduler job will appear in the Azure Connected Machine Agent version 1.29 or higher.
339+
The Azure Connected Machine agent will be supporting an automatic upgrade feature to reduce the agent management overhead associated with Azure Arc-enabled servers. To facilitate this new functionality, a scheduler job is configured on the connected machine. This scheduler job is a scheduled task for Windows and a Cron job for Linux. This scheduler job will appear in the Azure Connected Machine Agent version 1.30 or higher.
340340
341341
To view these scheduler jobs in Windows through PowerShell:
342342

articles/bastion/troubleshoot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: bastion
55
author: charwen
66
ms.service: bastion
77
ms.topic: troubleshooting
8-
ms.date: 10/16/2019
8+
ms.date: 05/08/2023
99
ms.author: charwen
1010
---
1111

@@ -24,9 +24,9 @@ For more information, see [NSG guidance for Azure Bastion](bastion-nsg.md).
2424

2525
## <a name="sshkey"></a>Unable to use my SSH key with Azure Bastion
2626

27-
**Q:** When I try to browse my SSH key file, I get the following error: *'SSH Private key must start with -----BEGIN RSA PRIVATE KEY----- and ends with -----END RSA PRIVATE KEY-----'*.
27+
**Q:** When I try to browse my SSH key file, I get the following error: *'SSH Private key must start with -----BEGIN RSA/DSA/OPENSSH PRIVATE KEY----- and ends with -----END RSA/DSA/OPENSSH PRIVATE KEY-----'*.
2828

29-
**A:** Azure Bastion supports only RSA SSH keys, at this point in time. Make sure that you browse a key file that is RSA private key for SSH, with public key provisioned on the target VM.
29+
**A:** Azure Bastion supports RSA, DSA, and OPENSSH private keys, at this point in time. Make sure that you browse a key file that is RSA, DSA, or OPENSSH private key for SSH, with public key provisioned on the target VM.
3030

3131
As an example, you can use the following command to create a new RSA SSH key:
3232

@@ -85,4 +85,4 @@ The key's randomart image is:
8585

8686
## Next steps
8787

88-
For more information, see the [Bastion FAQ](bastion-faq.md).
88+
For more information, see the [Bastion FAQ](bastion-faq.md).

articles/iot-hub-device-update/network-security.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ You can use service tags to define network access controls on [network security
2828

2929
### Regional IP ranges
3030
Because IoT Hub IP rules do not support Service Tags, you have to use AzureDeviceUpdate Service Tag IP prefixes instead. Because this tag is currently global, we are providing the following table for convenience. Please note that location is that of Device Update resources.
31+
3132
| Location | IP ranges |
32-
| --- | --- |
33+
| --- | --- |
3334
| Australia East | 20.211.71.192/26,20.53.47.16/28,20.70.223.192/26,104.46.179.224/28,20.92.5.128/25,20.92.5.128/26 |
3435
| East US | 20.119.27.192/26,20.119.28.128/26,20.62.132.240/28,20.62.135.128/27,20.62.135.160/28,20.59.77.64/26,20.59.81.64/26,20.66.3.208/28 |
3536
| East US 2 | 20.119.155.192/26,20.62.59.16/28,20.98.195.192/26,20.40.229.32/28,20.98.148.192/26,20.98.148.64/26 |

articles/spring-apps/how-to-maven-deploy-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To generate configurations and deploy the app, follow these steps:
133133
<configuration>
134134
<subscriptionId>xxxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx</subscriptionId>
135135
<clusterName>v-spr-cld</clusterName>
136-
<appName>customers-service</appName>
136+
<appName>hellospring</appName>
137137
```
138138

139139
The POM file now contains the plugin dependencies and configurations.

articles/spring-apps/how-to-staging-environment.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ Use the following steps to view deployed apps.
163163
:::image type="content" source="media/how-to-staging-environment/running-staging-app.png" lightbox="media/how-to-staging-environment/running-staging-app.png" alt-text="Screenshot that shows the URL of the staging app.":::
164164

165165
>[!TIP]
166-
> Confirm that your test endpoint ends with a slash (/) to ensure that the CSS file is loaded correctly. If your browser requires you to enter login credentials to view the page, use [URL decode](https://www.urldecoder.org/) to decode your test endpoint. URL decode returns a URL in the format `https://\<username>:\<password>@\<cluster-name>.test.azureapps.io/gateway/green`. Use this format to access your endpoint.
166+
> Confirm that your test endpoint ends with a slash (/) to ensure that the CSS file is loaded correctly. If your browser requires you to enter login credentials to view the page, use [URL decode](https://www.urldecoder.org/) to decode your test endpoint. URL decode returns a URL in the format `https://\<username>:\<password>@\<cluster-name>.test.azureapps.io/demo/green`. Use this format to access your endpoint.
167167
168168
>[!NOTE]
169-
> Configuration server settings apply to both your staging environment and your production environment. For example, if you set the context path (*server.servlet.context-path*) for your app gateway in the configuration server as *somepath*, the path to your green deployment changes to `https://\<username>:\<password>@\<cluster-name>.test.azureapps.io/gateway/green/somepath/...`.
169+
> Configuration server settings apply to both your staging environment and your production environment. For example, if you set the context path (*server.servlet.context-path*) for your app demo in the configuration server as *somepath*, the path to your green deployment changes to `https://\<username>:\<password>@\<cluster-name>.test.azureapps.io/demo/green/somepath/...`.
170170
171-
If you visit your public-facing app gateway at this point, you should see the old page without your new change.
171+
If you visit your public-facing app demo at this point, you should see the old page without your new change.
172172

173173
## Set the green deployment as the production environment
174174

@@ -193,9 +193,9 @@ If you're not satisfied with your change, you can modify your application code,
193193
az spring app deploy \
194194
--resource-group <resource-group-name> \
195195
--service <service-instance-name> \
196-
--name gateway \
196+
--name demo \
197197
--deployment green \
198-
--artifact-path gateway.jar
198+
--artifact-path demo.jar
199199
```
200200

201201
## Delete the staging deployment
@@ -209,7 +209,7 @@ az spring app deployment delete \
209209
--resource-group <resource-group-name> \
210210
--service <service-instance-name> \
211211
--name <staging-deployment-name> \
212-
--app gateway
212+
--app demo
213213
```
214214

215215
## Next steps

articles/virtual-wan/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ landingContent:
9797
links:
9898
- text: About virtual hub routing
9999
url: about-virtual-hub-routing.md
100+
- text: About Route-maps
101+
url: route-maps-about.md
100102
- text: Scenario - Route traffic through an NVA
101103
url: scenario-route-through-nva.md
102104
- text: Scenario - Any spoke to any spoke

0 commit comments

Comments
 (0)