Skip to content

Commit 399a157

Browse files
authored
Merge pull request #271962 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 6bd1dab + ac7883c commit 399a157

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

articles/aks/learn/quick-kubernetes-deploy-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ To deploy the application, you use a manifest file to create all the objects req
400400
401401
When the application runs, a Kubernetes service exposes the application front end to the internet. This process can take a few minutes to complete.
402402
403-
1. Check the status of the deployed pods using the [kubectl get pods][kubectl-get] command. Make all pods are `Running` before proceeding.
403+
1. Check the status of the deployed pods using the [kubectl get pods][kubectl-get] command. Make sure all pods are `Running` before proceeding.
404404
405405
```console
406406
kubectl get pods

articles/api-management/virtual-network-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ When an API Management service instance is hosted in a VNet, the ports in the fo
5252
| * / 4290 | Inbound & Outbound | UDP | VirtualNetwork / VirtualNetwork | Sync Counters for [Rate Limit](rate-limit-policy.md) policies between machines (optional) | External & Internal |
5353
| * / 6390 | Inbound | TCP | AzureLoadBalancer / VirtualNetwork | **Azure Infrastructure Load Balancer** | External & Internal |
5454
| * / 443 | Inbound | TCP | AzureTrafficManager / VirtualNetwork | **Azure Traffic Manager** routing for multi-region deployment | External |
55+
| * / 6391 | Inbound | TCP | AzureLoadBalancer / VirtualNetwork | Monitoring of individual machine health (Optional) | External & Internal |
5556

5657
### [stv1](#tab/stv1)
5758

articles/app-service/deploy-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
steps:
8282
# checkout the repo
83-
- name: 'Checkout Github Action'
83+
- name: 'Checkout GitHub Action'
8484
uses: actions/checkout@main
8585

8686
- uses: azure/docker-login@v1

articles/app-service/tutorial-dotnetcore-sqldb-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps
6060
1. *Runtime stack* → **.NET 7 (STS)**.
6161
1. *Add Azure Cache for Redis?* → **Yes**.
6262
1. *Hosting plan* → **Basic**. When you're ready, you can [scale up](manage-scale-up.md) to a production pricing tier later.
63-
1. **SQLAzure** is selected by default as the database engine. Azure SQL Database is a fully managed platform as a service (PaaS) database engine that's always running on the latest stable version of the SQL Server.
63+
1. Select **SQLAzure** as the database engine. Azure SQL Database is a fully managed platform as a service (PaaS) database engine that's always running on the latest stable version of the SQL Server.
6464
1. Select **Review + create**.
6565
1. After validation completes, select **Create**.
6666
:::column-end:::

articles/azure-web-pubsub/quickstarts-push-messages-from-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ client.on("server-message", (e) => {
8585

8686
// Before a client can receive a message,
8787
// you must invoke start() on the client object.
88-
await client.start();
88+
client.start();
8989
```
9090

9191
#### Run the program

articles/networking/azure-network-latency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The latency measurements are collected from Azure cloud regions worldwide, and c
2222

2323
The monthly Percentile P50 round trip times between Azure regions for a 30-day window are shown in the following tabs. The latency is measured in milliseconds (ms).
2424

25-
The current dataset was taken on *April 9th, 20247*, and it covers the 30-day period ending on *April 9th, 2024*.
25+
The current dataset was taken on *April 9th, 2024*, and it covers the 30-day period ending on *April 9th, 2024*.
2626

2727
For readability, each table is split into tabs for groups of Azure regions. The tabs are organized by regions, and then by source region in the first column of each table. For example, the *East US* tab also shows the latency from all source regions to the two *East US* regions: *East US* and *East US 2*.
2828

0 commit comments

Comments
 (0)