Skip to content

Commit 71db181

Browse files
authored
Merge pull request #222629 from MicrosoftDocs/main
12/29 AM Publish
2 parents 393ef63 + 56aedfc commit 71db181

File tree

60 files changed

+412
-163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+412
-163
lines changed

articles/active-directory/cloud-infrastructure-entitlement-management/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
- name: Manage users, roles, and their access levels
9090
expanded: false
9191
items:
92+
- name: Add or remove a user in Permissions Management
93+
href: how-to-add-remove-user-to-group.md
9294
- name: Manage users and groups
9395
href: ui-user-management.md
9496
# - name: Define and manage users, roles, and access levels
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: Add or remove a user in Permissions Management through the Microsoft Entra admin center
3+
description: How to add or remove a user in Permissions Management through Azure Active Directory (AD).
4+
services: active-directory
5+
author: jenniferf-skc
6+
manager: amycolannino
7+
ms.service: active-directory
8+
ms.subservice: ciem
9+
ms.workload: identity
10+
ms.topic: how-to
11+
ms.date: 12/28/2022
12+
ms.author: jfields
13+
---
14+
15+
# Add or remove a user in Permissions Management
16+
17+
This article describes how you can add or remove a new user for a group in Permissions Management.
18+
19+
> [!NOTE]
20+
> Permissions Management entitlements work through group-based access. To add a new user, you must add a user to a group through Azure Active Directory (AD).
21+
22+
## Add a user
23+
24+
1. Navigate to the [Microsoft Entra admin center](https://entr.microsoft.com/#home).
25+
1. From the Azure Active Directory tile, select **Go to Azure Active Directory**.
26+
1. From the navigation pane, select the **Groups** drop-down menu, then **All groups**.
27+
1. Select the group name for the group you want to add the user to.
28+
1. From the group's **Manage** menu, click **Members**.
29+
1. Click **+ Add members**, then search for the user you want to add from the list.
30+
> [!NOTE]
31+
> In order to add a user to a group, you must be the group owner. If you're not the owner of the
32+
selected group, please reach out to the group owner. If you don't know who the owner of the group is,
33+
select **Owners** under the group's **Manage** menu.
34+
7. Click **Select**. Your user has been added.
35+
8. Click the **Refresh** button to refresh your screen and view the user you've added.
36+
37+
38+
## Remove a user
39+
40+
1. Navigate to the Microsoft [Entra admin center](https://entr.microsoft.com/#home).
41+
1. From the Azure Active Directory tile, select **Go to Azure Active Directory**.
42+
1. From the navigation pane, select the **Groups** drop-down menu, then **All groups**.
43+
1. Select the group name for the group you want to remove the user from.
44+
1. From the groups **Manage** menu, click **Members**.
45+
1. Search for the user you want to remove from the list, then check the box next to their name.
46+
> [!NOTE]
47+
> In order to remove a user from a group, you must be the group owner. If you're not the owner of the
48+
selected group, please reach out to the group owner. If you don't know who the owner of the group is,
49+
select **Owners** under the group's **Manage** menu.
50+
7. Click **X Remove**, then click **Yes**. The user is removed from the group.
51+
52+
53+
## Next steps
54+
55+
- For more information on managing users and groups, see [Manage users and groups with the User management dashboard](ui-user-management.md).
56+
- For more information on setting group permissions, see [Select group-based permissions settings](how-to-create-group-based-permissions.md).

articles/aks/node-access.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,7 @@ aks-nodepool1-12345678-vmss000001 Ready agent 13m v1.19.9 10.240.0.
3939
aksnpwin000000 Ready agent 87s v1.19.9 10.240.0.67 <none> Windows Server 2019 Datacenter 10.0.17763.1935 docker://19.3.1
4040
```
4141

42-
Us the `kubectl debug` command to run a container image on the node to connect to it.
43-
44-
```bash
45-
kubectl debug node/aks-nodepool1-12345678-vmss000000 -it --image=mcr.microsoft.com/dotnet/runtime-deps:6.0
46-
```
47-
48-
The following command starts a privileged container on your node and connects to it.
42+
Use the `kubectl debug` command to run a container image on the node to connect to it. The following command starts a privileged container on your node and connects to it.
4943

5044
```bash
5145
kubectl debug node/aks-nodepool1-12345678-vmss000000 -it --image=mcr.microsoft.com/dotnet/runtime-deps:6.0

articles/application-gateway/application-gateway-autoscaling-zone-redundant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: fasttrack-edit, references_regions
1414

1515
Application Gateway and WAF can be configured to scale in two modes:
1616

17-
- **Autoscaling** - With autoscaling enabled, the Application Gateway and WAF v2 SKUs scale out or in based on application traffic requirements. This mode offers better elasticity to your application and eliminates the need to guess the application gateway size or instance count. This mode also allows you to save cost by not requiring the gateway to run at peak-provisioned capacity for expected maximum traffic load. You must specify a minimum and optionally maximum instance count. Minimum capacity ensures that Application Gateway and WAF v2 don't fall below the minimum instance count specified, even without traffic. Each instance is roughly equivalent to 10 more reserved Capacity Units. Zero signifies no reserved capacity and is purely autoscaling in nature. You can also optionally specify a maximum instance count, which ensures that the Application Gateway doesn't scale beyond the specified number of instances. You'll only be billed for the amount of traffic served by the Gateway. The instance counts can range from 0 to 125. The default value for maximum instance count is 20 if not specified.
17+
- **Autoscaling** - With autoscaling enabled, the Application Gateway and WAF v2 SKUs scale out or in based on application traffic requirements. This mode offers better elasticity to your application and eliminates the need to guess the application gateway size or instance count. This mode also allows you to save cost by not requiring the gateway to run at peak-provisioned capacity for expected maximum traffic load. You must specify a minimum and optionally maximum instance count. Minimum capacity ensures that Application Gateway and WAF v2 don't fall below the minimum instance count specified, even without traffic. Each instance is roughly equivalent to 10 more reserved Capacity Units. Zero signifies no reserved capacity and is purely autoscaling in nature. You can also optionally specify a maximum instance count, which ensures that the Application Gateway doesn't scale beyond the specified number of instances. You'll only be billed for the amount of traffic served by the Gateway. The instance counts can range from 0 to 125. The default value for maximum instance count is 10 if not specified.
1818
- **Manual** - You can also choose Manual mode where the gateway won't autoscale. In this mode, if there's more traffic than what Application Gateway or WAF can handle, it could result in traffic loss. With manual mode, specifying instance count is mandatory. Instance count can vary from 1 to 125 instances.
1919

2020
## Autoscaling and High Availability

articles/applied-ai-services/form-recognizer/containers/form-recognizer-container-install-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You'll also need the following to use Form Recognizer containers:
3232
| **Familiarity with Docker** | You should have a basic understanding of Docker concepts, like registries, repositories, containers, and container images, as well as knowledge of basic `docker` [terminology and commands](/dotnet/architecture/microservices/container-docker-introduction/docker-terminology). |
3333
| **Docker Engine installed** | <ul><li>You need the Docker Engine installed on a [host computer](#host-computer-requirements). Docker provides packages that configure the Docker environment on [macOS](https://docs.docker.com/docker-for-mac/), [Windows](https://docs.docker.com/docker-for-windows/), and [Linux](https://docs.docker.com/engine/installation/#supported-platforms). For a primer on Docker and container basics, see the [Docker overview](https://docs.docker.com/engine/docker-overview/).</li><li> Docker must be configured to allow the containers to connect with and send billing data to Azure. </li><li> On **Windows**, Docker must also be configured to support **Linux** containers.</li></ul> |
3434
|**Form Recognizer resource** | A [**single-service Azure Form Recognizer**](https://portal.azure.com/#create/Microsoft.CognitiveServicesFormRecognizer) or [**multi-service Cognitive Services**](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne) resource in the Azure portal. To use the containers, you must have the associated key and endpoint URI. Both values are available on the Azure portal Form Recognizer **Keys and Endpoint** page: <ul><li>**{FORM_RECOGNIZER_KEY}**: one of the two available resource keys.<li>**{FORM_RECOGNIZER_ENDPOINT_URI}**: the endpoint for the resource used to track billing information.</li></li></ul>|
35-
| **Computer Vision API resource** | **To process business cards, ID documents, or Receipts, you'll need a Computer Vision resource.** <ul><li>You can access the Recognize Text feature as either an Azure resource (the REST API or SDK) or a **cognitive-services-recognize-text** [container](../../../cognitive-services/Computer-vision/computer-vision-how-to-install-containers.md#get-the-container-image-with-docker-pull). The usual [billing](#billing) fees apply.</li> <li>If you use the **cognitive-services-recognize-text** container, make sure that your Computer Vision key for the Form Recognizer container is the key specified in the Computer Vision `docker run` or `docker compose` command for the **cognitive-services-recognize-text** container and your billing endpoint is the container's endpoint (for example, `http://localhost:5000`). If you use both the Computer Vision container and Form Recognizer container together on the same host, they can't both be started with the default port of *5000*. </li></ul></br>Pass in both the key and endpoints for your Computer Vision Azure cloud or Cognitive Services container:<ul><li>**{COMPUTER_VISION_KEY}**: one of the two available resource keys.</li><li> **{COMPUTER_VISION_ENDPOINT_URI}**: the endpoint for the resource used to track billing information.</li></ul> |
35+
| **Computer Vision API resource** | **To process business cards, ID documents, or Receipts, you'll need a Computer Vision resource.** <ul><li>You can access the Recognize Text feature as either an Azure resource (the REST API or SDK) or a **cognitive-services-recognize-text** [container](../../../cognitive-services/Computer-vision/computer-vision-how-to-install-containers.md#get-the-container-image). The usual [billing](#billing) fees apply.</li> <li>If you use the **cognitive-services-recognize-text** container, make sure that your Computer Vision key for the Form Recognizer container is the key specified in the Computer Vision `docker run` or `docker compose` command for the **cognitive-services-recognize-text** container and your billing endpoint is the container's endpoint (for example, `http://localhost:5000`). If you use both the Computer Vision container and Form Recognizer container together on the same host, they can't both be started with the default port of *5000*. </li></ul></br>Pass in both the key and endpoints for your Computer Vision Azure cloud or Cognitive Services container:<ul><li>**{COMPUTER_VISION_KEY}**: one of the two available resource keys.</li><li> **{COMPUTER_VISION_ENDPOINT_URI}**: the endpoint for the resource used to track billing information.</li></ul> |
3636

3737
|Optional|Purpose|
3838
|---------|----------|

articles/automation/how-to/region-mappings.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Supported regions for linked Log Analytics workspace
33
description: This article describes the supported region mappings between an Automation account and a Log Analytics workspace as it relates to certain features of Azure Automation.
4-
ms.date: 11/29/2022
4+
ms.date: 12/29/2022
55
services: automation
66
ms.topic: conceptual
7-
ms.custom: references_regions, engagement-fy23
7+
ms.custom: references_regions
88
---
99

1010
# Supported regions for linked Log Analytics workspace
@@ -75,6 +75,7 @@ The following table shows the supported mappings:
7575
|SouthCentralUS|SouthCentralUS|
7676
|WestUS|WestUS|
7777
|WestUS2|WestUS2|
78+
|WestUS3|WestUS3|
7879
|WestCentralUS|WestCentralUS|
7980

8081
<sup>1</sup> EastUS mapping for Log Analytics workspaces to Automation accounts isn't an exact region-to-region mapping, but is the correct mapping.

articles/azure-monitor/alerts/alerts-dynamic-thresholds.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,11 @@ If the behavior of a metric changed recently, the changes won't necessarily be r
105105

106106
To identify weekly seasonality, the Dynamic Thresholds model requires at least three weeks of historical data. When enough historical data is available, any weekly seasonality that exists in the metric data is identified and the model is adjusted accordingly.
107107

108-
## Dynamic Thresholds shows a negative lower bound for a metric even though the metric always has positive values
108+
## Dynamic Thresholds is showing values that are not within the range of expected values
109109

110-
When a metric exhibits large fluctuation, Dynamic Thresholds builds a wider model around the metric values. This action can result in the lower border being below zero. Specifically, this scenario can happen when:
110+
When a metric exhibits large fluctuation, Dynamic Thresholds builds a wider model around the metric values. This model can result in a lower border below zero when the metric only has positive values, or in an upper border above 100% when the metric can't exceed 100%. This scenario can happen when:
111111

112112
- The sensitivity is set to low.
113-
- The median values are close to zero.
114113
- The metric exhibits an irregular behavior with high variance, which appears as spikes or dips in the data.
115114

116115
When the lower bound has a negative value, it's plausible for the metric to reach a zero value given the metric's irregular behavior. Consider choosing a higher sensitivity or a larger **Aggregation granularity (Period)** to make the model less sensitive. Or, use the **Ignore data before** option to exclude a recent irregularity from the historical data used to build the model.
@@ -306,4 +305,4 @@ Use the following information to interpret the chart:
306305
- **Red dot with a black circle**: Shows the first metric value out of the allowed range. This value fires a metric alert and puts it in an active state.
307306
- **Red dots**: Indicate other measured values outside of the allowed range. They won't fire more metric alerts, but the alert stays in the active state.
308307
- **Red area**: Shows the time when the metric value was outside of the allowed range. The alert remains in the active state as long as subsequent measured values are out of the allowed range, but no new alerts are fired.
309-
- **End of red area**: When the blue line is back inside the allowed values, the red area stops and the measured value line turns blue. The status of the metric alert fired at the time of the red dot with black outline is set to resolved.
308+
- **End of red area**: When the blue line is back inside the allowed values, the red area stops and the measured value line turns blue. The status of the metric alert fired at the time of the red dot with black outline is set to resolved.

articles/backup/backup-azure-troubleshoot-slow-backup-performance-issue.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
title: Troubleshoot slow backup of files and folders
33
description: Provides troubleshooting guidance to help you diagnose the cause of Azure Backup performance issues
44
ms.topic: troubleshooting
5-
ms.date: 07/05/2019
5+
ms.date: 12/28/2022
6+
author: v-amallick
7+
ms.service: backup
8+
ms.author: v-amallick
9+
ms.custom: engagement-fy23
610
---
711
# Troubleshoot slow backup of files and folders in Azure Backup
812

@@ -26,7 +30,7 @@ We also strongly recommend that you review the [Azure Backup service FAQ](backup
2630
* Unoptimized mode is slow because the agent has to scan each and every file on the volume and compare against the metadata to determine the changed files.
2731
* To verify this, open **Job Details** from the MARS agent console and check the status to see if it says **Transferring data (unoptimized, may take more time)** as shown below:
2832

29-
![Running in unoptimized mode](./media/backup-azure-troubleshoot-slow-backup-performance-issue/unoptimized-mode.png)
33+
![Screenshot shows backup jobs running in unoptimized mode.](./media/backup-azure-troubleshoot-slow-backup-performance-issue/unoptimized-mode.png)
3034

3135
* The following conditions can cause the backup job to run in unoptimized mode:
3236
* First backup (also known as Initial Replication) will always run in unoptimized mode

0 commit comments

Comments
 (0)