Skip to content

Commit f1b9491

Browse files
authored
Merge pull request #125534 from ShannonLeavitt/fixing-typos
Replacement PR: Spelling Fixes #125147
2 parents 2107d42 + 51984bb commit f1b9491

9 files changed

+14
-14
lines changed

articles/modeling-simulation-workbench/how-to-guide-private-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-modeling-simulation-workbench
77
ms.topic: how-to
88
ms.date: 09/21/2024
99

10-
#CustomerIntent: As a Workench Owner for Azure Modeling and Simulation Workbench, I want to deploy a connector onto a private virtual network.
10+
#CustomerIntent: As a Workbench Owner for Azure Modeling and Simulation Workbench, I want to deploy a connector onto a private virtual network.
1111
---
1212

1313
# Set up a private networking connector

articles/operator-service-manager/best-practices-onboard-deploy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ As the first step towards cleaning up a deployed environment, start by deleting
280280
- Site
281281
- CGV
282282

283-
Only once these operator resources are succesfully deleted, should a user proceed to delete other environment resources, such as the NAKS cluster.
283+
Only once these operator resources are successfully deleted, should a user proceed to delete other environment resources, such as the NAKS cluster.
284284

285285
> [!IMPORTANT]
286286
> Deleting resources out of order can result in orphaned resources left behind.
@@ -305,7 +305,7 @@ As the first step towards cleaning up an onboarded environment, start by deletin
305305
## NfApp Sequential Ordering Behavior
306306

307307
### Overview
308-
By default, containerized network function applications (NfApps) are installed or updated based on the sequential order in which they appear in the network function design version (NFDV). For delete, the NfApps are deleted in the reverse order sepcified. Where a publisher needs to define specific ordering of NfApps, different from the default, a dependsOnProfile is used to define a unique sequence for install, update and delete operations.
308+
By default, containerized network function applications (NfApps) are installed or updated based on the sequential order in which they appear in the network function design version (NFDV). For delete, the NfApps are deleted in the reverse order specified. Where a publisher needs to define specific ordering of NfApps, different from the default, a dependsOnProfile is used to define a unique sequence for install, update and delete operations.
309309

310310
### How to use dependsOnProfile
311311
A publisher can use the dependsOnProfile in the NFDV to control the sequence of helm executions for NfApps. Given the following example, on install operation the NfApps will be deployed in the following order: dummyApplication1, dummyApplication2, then dummyApplication. On update operation, the NfApps will be updated in the following order: dummyApplication2, dummyApplication1, then dummyApplication. On delete operation, the NfApps will be deleted in the following order: dummyApplication2, dummyApplication1, then dummyApplication.
@@ -374,10 +374,10 @@ As of today, if dependsOnProfile provided in the NFDV is invalid, the NF operati
374374
}
375375
```
376376
## injectArtifactStoreDetails considerations
377-
In some cases, third-party helm charts maynot be fully compliant with AOSM requirements for registryURL. In this case, the injectArtifactStoreDetails feature can be used to avoid making changes to helm packages.
377+
In some cases, third-party helm charts may not be fully compliant with AOSM requirements for registryURL. In this case, the injectArtifactStoreDetails feature can be used to avoid making changes to helm packages.
378378

379379
### How to enable
380-
To use injectArtifactStoreDetails, set the installOptions parameter in the NF resource roleOrverrides section to true, then use whatever registryURL value is needed to keep the registry URL valid. See following example of injectArtifactStoreDetails parameter enabled.
380+
To use injectArtifactStoreDetails, set the installOptions parameter in the NF resource roleOverrides section to true, then use whatever registryURL value is needed to keep the registry URL valid. See following example of injectArtifactStoreDetails parameter enabled.
381381

382382
```bash
383383
resource networkFunction 'Microsoft.HybridNetwork/networkFunctions@2023-09-01' = {

articles/operator-service-manager/get-started-with-cluster-registry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Get started with Azure Operator Service Manager cluster registry
3-
description: Azure Operator Service Manager cluster registry provides a locally resilent edge registry service to host Nexus K8s container image artifacts.
3+
description: Azure Operator Service Manager cluster registry provides a locally resilient edge registry service to host Nexus K8s container image artifacts.
44
author: msftadam
55
ms.author: adamdor
66
ms.date: 10/31/2024
@@ -109,7 +109,7 @@ The following parameters configure the schedule and threshold for the garbage co
109109
## High availability and resiliency considerations
110110
The AOSM NF extension relies uses a mutating webhook and edge registry to support key features.
111111
* Onboarding helm charts without requiring customization of image path.
112-
* A local cluster registry to accelerate pod operations and enable disconnected-moded support.
112+
* A local cluster registry to accelerate pod operations and enable disconnected-mode support.
113113
These essential components need to be highly available and resilient.
114114

115115
### Summary of changes for HA

articles/operator-service-manager/get-started-with-private-link.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Before resources can be uploaded securely, the following sequence of operations
5353
### Create publisher and artifact store
5454
* Create a new publisher resource with identity type set to 'SystemAssigned.'
5555
- If the publisher was already created without this property, use a reput operation to update.
56-
* Use the new property 'backingResourcePublicNetworkAcccess' to disable artifact store public access.
56+
* Use the new property 'backingResourcePublicNetworkAccess' to disable artifact store public access.
5757
- The property is first added in the 2024-04-15 version.
5858
- If the ArtifactResource was already created without this property, use a reput operation to update.
5959

@@ -120,7 +120,7 @@ az rest --method post --url https://management.azure.com/subscriptions/<Subscrip
120120
```
121121
```
122122
# remove private endpoints
123-
az rest --method post --url https://management.azure.com/subscriptions/<Subscription>/resourceGroups/<ResourceGroup>/providers/Microsoft.HybridNetwork/publishers/<Publisher>/artifactStores/<ArtifactStore>/removeprivateendpoints?api-version=2024-04-15 --body '{ \"manualPrivateEndPointConnections\" : [ { \"id\" : \"/subscriptions/<Subscription>/resourceGroups/<ReourceGroup>/providers/Microsoft.Network/privateEndpoints/peName\" } ] }'
123+
az rest --method post --url https://management.azure.com/subscriptions/<Subscription>/resourceGroups/<ResourceGroup>/providers/Microsoft.HybridNetwork/publishers/<Publisher>/artifactStores/<ArtifactStore>/removeprivateendpoints?api-version=2024-04-15 --body '{ \"manualPrivateEndPointConnections\" : [ { \"id\" : \"/subscriptions/<Subscription>/resourceGroups/<ResourceGroup>/providers/Microsoft.Network/privateEndpoints/peName\" } ] }'
124124
```
125125
```
126126
# list private endpoints

articles/operator-service-manager/manage-network-function-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The referenced matchCondition implies that the pods getting accepted in kube-sys
157157
* Default value: "0 0 * * *" -- Runs the job once everyday.
158158

159159
`--config global.networkfunctionextension.clusterRegistry.clusterRegistryGCThreshold=`
160-
* This configuration specifies the precent threshold value to trigger the cluster registry garbage collection process.
160+
* This configuration specifies the percent threshold value to trigger the cluster registry garbage collection process.
161161
* This configuration triggers garbage collection process when cluster registry usage exceeds this value.
162162
* Default value: 0.
163163

articles/operator-service-manager/quickstart-publish-containerized-network-function-definition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Execute the following command to publish the Network Function Definition (NFD) a
120120
>
121121
>If you get an error saying "**A private publisher resource with the name 'nginx-publisher' already exists in the provided region**", edit the `publisher_name` field in the config file so that it is unique (e.g. add a random string suffix), re-run the `build` command (above), and then re-run this `publish` command.
122122
>
123-
>If you go on to create a network service design, you will need to use this new pubilsher name in the `resource_element_templates` array.
123+
>If you go on to create a network service design, you will need to use this new publisher name in the `resource_element_templates` array.
124124
125125
```azurecli
126126
az aosm nfd publish -b cnf-cli-output --definition-type cnf

articles/operator-service-manager/quickstart-publish-virtualized-network-function-definition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Execute the following command to publish the Network Function Definition (NFD) a
162162
>
163163
>If you get an error saying "**A private publisher resource with the name 'ubuntu-publisher' already exists in the provided region**", edit the `publisher_name` field in the config file so that it is unique (e.g. add a random string suffix), re-run the `build` command (above), and then re-run this `publish` command.
164164
>
165-
>If you go on to create a network service design, you will need to use this new pubilsher name in the `resource_element_templates` array.
165+
>If you go on to create a network service design, you will need to use this new publisher name in the `resource_element_templates` array.
166166
167167
```azurecli
168168
az aosm nfd publish --build-output-folder vnf-cli-output --definition-type vnf

articles/operator-service-manager/safe-upgrades-nf-level-rollback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: azure-operator-service-manager
1414
This guide describes the Azure Operator Service Manager (AOSM) upgrade failure behavior features for container network functions (CNFs). These features, as part of the AOSM safe upgrade practices initiative, offer a choice between faster retries, with pause on failure, versus return to starting point, with rollback on failure.
1515

1616
## Pause on failure
17-
Any upgrade using AOSM starts with a site network service (SNS) reput opreation. The reput operation processes the network function applications (NfApps) found in the network function design version (NFDV). The reput operation implements the following default logic:
17+
Any upgrade using AOSM starts with a site network service (SNS) reput operation. The reput operation processes the network function applications (NfApps) found in the network function design version (NFDV). The reput operation implements the following default logic:
1818
* NfApps are processed following either updateDependsOn ordering, or in the sequential order they appear.
1919
* NfApps with parameter "applicationEnabled" set to disable are skipped.
2020
* NFApps present, but not referenced by the new NFDV are deleted.

articles/oracle/oracle-db/oracle-database-delegated-subnet-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 08/01/2024
1212

1313
In this article, you learn about delegated subnet limits for Oracle Database@Azure.
1414

15-
Oracle Database@Azure infrastructure resources are connected to your Azure virtual network using a virtual NIC from your [delegated subnets](/azure/virtual-network/subnet-delegation-overview) (delegated to `Oracle.Database/networkAttachement`). By default, the Oracle Database@Azure service can use up to five delegated subnets. If you need more delegated subnet capacity, you can request a service limit increase.
15+
Oracle Database@Azure infrastructure resources are connected to your Azure virtual network using a virtual NIC from your [delegated subnets](/azure/virtual-network/subnet-delegation-overview) (delegated to `Oracle.Database/networkAttachment`). By default, the Oracle Database@Azure service can use up to five delegated subnets. If you need more delegated subnet capacity, you can request a service limit increase.
1616

1717
## Service limits in the OCI Console
1818

0 commit comments

Comments
 (0)