Skip to content

Commit 7a24a15

Browse files
authored
Merge pull request #183352 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-docs (branch master)
2 parents e1b51f6 + 555c86c commit 7a24a15

File tree

15 files changed

+23
-21
lines changed

15 files changed

+23
-21
lines changed

articles/active-directory/governance/entitlement-management-process.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ If you're an approver, you're sent email notifications when you need to approve
4949

5050
The following diagrams show when these email notifications are sent to either the approvers or the requestor. Reference the [email notifications table](entitlement-management-process.md#email-notifications-table) to find the corresponding number to the email notifications displayed in the diagrams.
5151

52+
> [!NOTE]
53+
> If the admin directly assigns a user to an access package, you won't receive an email notification when an access request has been completed or denied. Email notifications are sent only when a user makes a request for access.
54+
5255
### First approvers and alternate approvers
5356
The following diagram shows the experience of first approvers and alternate approvers, and the email notifications they receive during the request process:
5457

articles/aks/command-invoke.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The pod created by the `run` command provides the following binaries:
2525

2626
In addition, `command invoke` runs the commands from your cluster so any commands run in this manner are subject to networking and other restrictions you have configured on your cluster.
2727

28-
## Use `invoke commnad` to run a single command
28+
## Use `command invoke` to run a single command
2929

3030
Use `az aks command invoke --command` to run a command on your cluster. For example:
3131

@@ -75,4 +75,4 @@ az aks command invoke \
7575
--file .
7676
```
7777

78-
The above runs `kubectl apply -f deployment.yaml configmap.yaml -n default` on the *myAKSCluster* cluster in *myResourceGroup*. The `deployment.yaml` and `configmap.yaml` files used by that command are part of the current directory on the development computer where `az aks command invoke` was run.
78+
The above runs `kubectl apply -f deployment.yaml configmap.yaml -n default` on the *myAKSCluster* cluster in *myResourceGroup*. The `deployment.yaml` and `configmap.yaml` files used by that command are part of the current directory on the development computer where `az aks command invoke` was run.

articles/aks/support-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Microsoft provides technical support for the following examples:
5151

5252
* Connectivity to all Kubernetes components that the Kubernetes service provides and supports, such as the API server.
5353
* Management, uptime, QoS, and operations of Kubernetes control plane services (Kubernetes control plane, API server, etcd, and coreDNS, for example).
54-
* Etcd data store. Support includes automated, transparent backups of all etcd data every 30 minutes for disaster planning and cluster state restoration. These backups aren't directly available to you or any users. They ensure data reliability and consistency. Etcd. on-demand rollback or restore is not supported as a feature.
54+
* Etcd data store. Support includes automated, transparent backups of all etcd data every 30 minutes for disaster planning and cluster state restoration. These backups aren't directly available to you or any users. They ensure data reliability and consistency. On-demand rollback or restore is not supported as a feature.
5555
* Any integration points in the Azure cloud provider driver for Kubernetes. These include integrations into other Azure services such as load balancers, persistent volumes, or networking (Kubernetes and Azure CNI).
5656
* Questions or issues about customization of control plane components such as the Kubernetes API server, etcd, and coreDNS.
5757
* Issues about networking, such as Azure CNI, kubenet, or other network access and functionality issues. Issues could include DNS resolution, packet loss, routing, and so on. Microsoft supports various networking scenarios:

articles/azure-arc/kubernetes/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ The above warning is observed when you have used a service principal to log into
311311
1. Fetch the Object ID of the Azure AD application used by Azure Arc service:
312312

313313
```console
314-
az ad sp show --id 'bc313c14-388c-4e7d-a58e-70017303ee3b' --query objectId -o tsv
314+
az ad sp show --id bc313c14-388c-4e7d-a58e-70017303ee3b --query objectId -o tsv
315315
```
316316

317317
1. Use the `<objectId>` value from above step to enable custom locations feature on the cluster:

articles/azure-cache-for-redis/cache-how-to-multi-replicas.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ To create a cache, follow these steps:
4242

4343
:::image type="content" source="media/cache-how-to-multi-replicas/create-multi-replicas.png" alt-text="Replica count.":::
4444

45+
1. Configure your settings for clustering or relational database persistence.
46+
4547
> [!NOTE]
4648
> Currently, you can't use Append-only File (AOF) persistence or geo-replication with multiple replicas (more than one replica).
4749
>

articles/azure-monitor/app/javascript-angular-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ export class AppModule { }
8181
## Next steps
8282

8383
- To learn more about the JavaScript SDK, see the [Application Insights JavaScript SDK documentation](javascript.md)
84-
- [Angular plugin on GitHub](https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/applicationinsights-angularplugin-js)
84+
- [Angular plugin on GitHub](https://github.com/microsoft/applicationinsights-angularplugin-js)

articles/azure-monitor/app/usage-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Have questions about the [user behavior analytics tools in Application Insights]
1212
## Counting Users
1313
**The user behavior analytics tools show that my app has one user/session, but I know my app has many users/sessions. How can I fix these incorrect counts?**
1414

15-
All telemetry events in Application Insights have an [anonymous user ID](./data-model-context.md) and a [session ID](./data-model-context.md) as two of their standard properties. By default, all of the usage analytics tools count users and sessions based on these IDs. If these standard properties aren't being populated with unique IDs for each user and session of your app, you'll see an incorrect count of users and sessions in the usage analytics tools.
15+
All telemetry events in Application Insights have an [anonymous user ID](./data-model-context.md#anonymous-user-id) and a [session ID](./data-model-context.md#session-id) as two of their standard properties. By default, all of the usage analytics tools count users and sessions based on these IDs. If these standard properties aren't being populated with unique IDs for each user and session of your app, you'll see an incorrect count of users and sessions in the usage analytics tools.
1616

1717
If you're monitoring a web app, the easiest solution is to add the [Application Insights JavaScript SDK](./javascript.md) to your app, and make sure the script snippet is loaded on each page you want to monitor. The JavaScript SDK automatically generates anonymous user and session IDs, then populates telemetry events with these IDs as they're sent from your app.
1818

@@ -42,4 +42,4 @@ If your app is sending too many custom event names, change the name in the code
4242
* [User behavior analytics tools overview](usage-overview.md)
4343

4444
## Get help
45-
* [Stack Overflow](https://stackoverflow.com/questions/tagged/ms-application-insights)
45+
* [Stack Overflow](https://stackoverflow.com/questions/tagged/ms-application-insights)

articles/azure-resource-manager/templates/deploy-what-if.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,7 @@ You see the expected changes and can confirm that you want the deployment to run
383383
You can use the what-if operation through the Azure SDKs.
384384

385385
* For Python, use [what-if](/python/api/azure-mgmt-resource/azure.mgmt.resource.resources.v2019_10_01.operations.deploymentsoperations#what-if-resource-group-name--deployment-name--properties--location-none--custom-headers-none--raw-false--polling-true----operation-config-).
386-
387-
* For Java, use [DeploymentWhatIf Class](/java/api/com.microsoft.azure.management.resources.deploymentwhatif).
386+
* For Java, use [DeploymentWhatIf Class](/java/api/com.azure.resourcemanager.resources.models.deploymentwhatif).
388387

389388
* For .NET, use [DeploymentWhatIf Class](/dotnet/api/microsoft.azure.management.resourcemanager.models.deploymentwhatif).
390389

articles/data-factory/data-flow-troubleshoot-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ This article lists common error codes and messages reported by mapping data flow
222222
- **Recommendation**: In the Cosmos DB linked service, specify the account name or account endpoint.
223223

224224
## Error code: DF-Github-WriteNotSupported
225-
- **Message**: Github store does not allow writes.
225+
- **Message**: GitHub store does not allow writes.
226226
- **Cause**: The GitHub store is read only.
227227
- **Recommendation**: The store entity definition is in some other place.
228228

articles/event-grid/edge/event-schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ All events have the following top-level data:
5454
| subject | string | Yes | Publisher-defined path to the event subject. |
5555
| eventType | string | Yes | Event type for this event source, for example, BlobCreated. |
5656
| eventTime | string | Yes | The time the event is generated based on the provider's UTC time. |
57-
| ID | string | No | Unique identifier for the event. |
57+
| id | string | No | Unique identifier for the event. |
5858
| data | object | No | Used to capture event data that's specific to the publishing entity. |
5959
| dataVersion | string | Yes | The schema version of the data object. The publisher defines the schema version. |
6060
| metadataVersion | string | No | The schema version of the event metadata. Event Grid defines the schema of the top-level properties. Event Grid provides this value. |

0 commit comments

Comments
 (0)