Skip to content

Commit f4527a0

Browse files
authored
Merge pull request #302264 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 8021731 + d2a26a8 commit f4527a0

17 files changed

+23
-22
lines changed

articles/api-management/api-management-get-started-publish-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
ms.date: 03/26/2025
1010
ms.author: danlep
1111

12-
#customer intent: As a developer, I want to publish mutliple versions of an API so that all callers to the API don't need to use the same version.
12+
#customer intent: As a developer, I want to publish multiple versions of an API so that all callers to the API don't need to use the same version.
1313
---
1414

1515
# Tutorial: Publish multiple versions of your API

articles/api-management/mock-api-responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The steps in this section show how to create an HTTP API with no backend.
6060
1. In the **Create an HTTP API** window, select **Full**.
6161
1. In **Display name**, enter *Test API*.
6262
1. In **Products**, select *Unlimited*, if that value is available. This value is available only in some tiers. You can leave the value blank for this tutorial, but you need to associate the API with a product to publish it. For more information, see [Import and publish your first API](import-and-publish.md#import-and-publish-a-backend-api).
63-
1. In **Gateways**, select **Managed** if this option is available. (This option is avaiable only in certain service tiers.)
63+
1. In **Gateways**, select **Managed** if this option is available. (This option is available only in certain service tiers.)
6464
1. Select **Create**.
6565

6666
:::image type="content" source="media/mock-api-responses/create-http-api.png" alt-text="Screenshot that shows the Create an HTTP API window." lightbox="media/mock-api-responses/create-http-api.png":::

articles/azure-maps/zoom-levels-and-tile-grid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ namespace AzureMaps
430430
var tl = GlobalPixelToPosition(new double[] { left, top }, zoom, tileSize);
431431
var br = GlobalPixelToPosition(new double[] { right, bottom }, zoom, tileSize);
432432

433-
//Boudning box in the format: [west, south, east, north];
433+
//Bounding box in the format: [west, south, east, north];
434434
var bounds = new double[] { tl[0], br[1], br[0], tl[1] };
435435

436436
return GetQuadkeysInBoundingBox(bounds, zoom, tileSize);
@@ -838,7 +838,7 @@ module AzureMaps {
838838
var tl = this.GlobalPixelToPosition([left, top], zoom, tileSize);
839839
var br = this.GlobalPixelToPosition([right, bottom], zoom, tileSize);
840840

841-
//Boudning box in the format: [west, south, east, north];
841+
//Bounding box in the format: [west, south, east, north];
842842
var bounds = [tl[0], br[1], br[0], tl[1]];
843843

844844
return this.GetQuadkeysInBoundingBox(bounds, zoom, tileSize);

articles/azure-vmware/azure-vmware-solution-known-issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Refer to the table to find details about resolution dates or possible workaround
1515

1616
|Issue | Date discovered | Workaround | Date resolved |
1717
| :------------------------------------- | :------------ | :------------- | :------------- |
18+
| Changing the default NSX Tier-1 name may cause some NSX features added through the Azure portal, such as DNS Zone and the Segment page, to not function as expected. | June 2025 | Azure VMware Solution uses the NSX Tier-1 name "TNTxx-T1" (where xx is the internal tenant ID) for these features. Therefore, please do not change the default Tier-1 name. | N/A
1819
| Creating stateful gateway firewall rules associated with Azure VMware Solution default NSX-T tier-0 router causes unwanted/unexpected behavior. | May 2025 | Azure VMware Solution deploys with a stateless NSX-T tier-0 router. As such, stateful firewall rules are incompatible even though the NSX-T UI may allow it. Apply stateful services and/or firewall rules at the tier-1 router. | N/A
1920
| AV64 hosts running vSAN Express Storage Architecture (ESA), may see a High pNIC errors due to buffer overflows. [Getting alarm in relation to "High pNic error rate detected" on hosts in vSAN clusters when using Mellanox NICs](https://knowledge.broadcom.com/external/article/392333/getting-alarm-in-relation-to-high-pnic-e.html) | June 2025 | The alert should be considered an informational message, since Microsoft manages the service. Select the **Reset to Green** link to clear it. |
2021
|[VMSA-2025-0012](https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25738) Multiple vulnerabilities (CVE-2025-22243, CVE-2025-22244, CVE-2025-22245) have been identified in VMware NSX. | May 2025 | The vulnerability described in the Broadcom document does not apply to Azure VMware Solution due to existing compensating controls mitigate the risk of exploitation. | The upcoming version of NSX will include a patch to address this vulnerability. |

articles/event-hubs/event-hubs-capture-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In this section, you create a Python script that sends 200 events (10 devices *
6262
devices.append(str(uuid.uuid4()))
6363

6464
# Create a producer client to produce and publish events to the event hub.
65-
producer = EventHubProducerClient.from_connection_string(conn_str="EVENT HUBS NAMESAPCE CONNECTION STRING", eventhub_name="EVENT HUB NAME")
65+
producer = EventHubProducerClient.from_connection_string(conn_str="EVENT HUBS NAMESPACE CONNECTION STRING", eventhub_name="EVENT HUB NAME")
6666

6767
for y in range(0,20): # For each device, produce 20 events.
6868
event_data_batch = producer.create_batch() # Create a batch. You will add events to the batch later.

articles/expressroute/designing-for-disaster-recovery-with-expressroute-privatepeering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The following diagram illustrates influencing ExpressRoute path selection using
105105

106106
:::image type="content" source="./media/designing-for-disaster-recovery-with-expressroute-pvt/aspath.png" alt-text="Diagram of influencing path selection using AS path prepend.":::
107107

108-
If both the connections of ExpressRoute 1 go down, then the virtual network would see the 10.1.11.0/24 route advertisement only via ExpressRoute 2. Consequentially, the longer AS path would become irrelevant. Therefore, the standby circuit would be used in this failure state.
108+
If both the connections of ExpressRoute 1 go down, then the virtual network would see the 10.1.11.0/24 route advertisement only via ExpressRoute 2. Consequently, the longer AS path would become irrelevant. Therefore, the standby circuit would be used in this failure state.
109109

110110
Using any of the techniques, if you influence Azure to prefer one of your ExpressRoute over others, you also need to ensure the on-premises network also prefer the same ExpressRoute path for Azure bound traffic to avoid asymmetric flows. Typically, local preference value is used to influence on-premises network to prefer one ExpressRoute circuit over others. Local preference is an internal BGP (iBGP) metric. The BGP route with the highest local preference value is preferred.
111111

articles/high-performance-computing/lift-and-shift-step-1-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.subservice: hpc
1212

1313
# Network access configuration
1414

15-
A key aspect of your high performance computing migration is the configuration of network access. Proper network access configration ensures secure, efficient, and uninterrupted communication between computational resources. This part of the guide covers the needs, tools, services, and best practices associated with your network access configuration.
15+
A key aspect of your high performance computing migration is the configuration of network access. Proper network access configuration ensures secure, efficient, and uninterrupted communication between computational resources. This part of the guide covers the needs, tools, services, and best practices associated with your network access configuration.
1616

1717
It's a common practice in production environments to have resources with private IP addresses, and with rules to define how resources should be accessed.
1818

articles/high-performance-computing/lift-and-shift-step-2-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.subservice: hpc
1212

1313
# Identity management configuration
1414

15-
A key aspect of your high performance computing migration is identity management configuration. Your identity management system ensures secure access to resources, seamless integration, and compliance with organizational policies. It should allow the creation and deltion of users and groups, allow updating and resetting of passwords, and support single sign-on. This part of the guide covers the needs, tools, services, and best practices associated with identity management.
15+
A key aspect of your high performance computing migration is identity management configuration. Your identity management system ensures secure access to resources, seamless integration, and compliance with organizational policies. It should allow the creation and deletion of users and groups, allow updating and resetting of passwords, and support single sign-on. This part of the guide covers the needs, tools, services, and best practices associated with identity management.
1616

1717
## Define identity management needs
1818

articles/high-performance-computing/lift-and-shift-step-2-job-scheduler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.subservice: hpc
1212

1313
# Job scheduler configuration
1414

15-
A key aspect of your high performance computing migration is the configration of job schedulers. Job schedulers are responsible for scheduling user jobs, that is, determining where and when jobs should be executed. In the context of the cloud, job schedulers interact with resource orchestrators to acquire/release resources on-demand, which is different from an on-premises environment where resources are fixed and fully available all the time. This part of the guide covers the needs, tools, services, and best practices associated with your job schedulers.
15+
A key aspect of your high performance computing migration is the configuration of job schedulers. Job schedulers are responsible for scheduling user jobs, that is, determining where and when jobs should be executed. In the context of the cloud, job schedulers interact with resource orchestrators to acquire/release resources on-demand, which is different from an on-premises environment where resources are fixed and fully available all the time. This part of the guide covers the needs, tools, services, and best practices associated with your job schedulers.
1616

1717
The most common HPC job schedulers are Slurm, OpenPBS, PBSPro, and LSF.
1818

articles/high-performance-computing/lift-and-shift-step-3-data-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Data migration"
3-
description: Learn the best practices and utilites when migrating your data during a migration of high performance computing architecture.
3+
description: Learn the best practices and utilities when migrating your data during a migration of high performance computing architecture.
44
author: tomvcassidy
55
ms.author: tomcassidy
66
ms.date: 04/10/2025

0 commit comments

Comments
 (0)