Skip to content

Commit 8c140a6

Browse files
author
Mike Ray (Microsoft)
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into 20230213-azure-rbac-available
2 parents bbbeb0f + fc4bd7a commit 8c140a6

File tree

99 files changed

+1245
-1000
lines changed

Some content is hidden

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

99 files changed

+1245
-1000
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
"redirect_url": "/azure/azure-monitor/getting-started",
66
"redirect_document_id": false
77
},
8+
{
9+
"source_path_from_root": "/articles/azure-monitor/monitor-reference.md",
10+
"redirect_url": "/azure/azure-monitor/data-sources",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/azure-monitor/observability-data.md",
15+
"redirect_url": "/azure/azure-monitor/overview",
16+
"redirect_document_id": false
17+
},
818
{
919
"source_path_from_root": "/articles/azure-monitor/change/change-analysis-query.md",
1020
"redirect_url": "/azure/azure-monitor/change/change-analysis-visualizations",

articles/active-directory/authentication/concept-authentication-oath-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Users may have a combination of up to five OATH hardware tokens or authenticator
6363

6464
.[!IMPORTANT]
6565
>Make sure to only assign each token to a single user.
66-
In the future, support for the assignment of a single token to multiple users will stop to prevent a security risk.
66+
>In the future, support for the assignment of a single token to multiple users will stop to prevent a security risk.
6767
6868

6969
## Determine OATH token registration type in mysecurityinfo

articles/active-directory/authentication/howto-authentication-temporary-access-pass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Keep these limitations in mind:
206206
- Users in scope for Self Service Password Reset (SSPR) registration policy *or* [Identity Protection Multi-factor authentication registration policy](../identity-protection/howto-identity-protection-configure-mfa-policy.md) will be required to register authentication methods after they've signed in with a Temporary Access Pass.
207207
Users in scope for these policies will get redirected to the [Interrupt mode of the combined registration](concept-registration-mfa-sspr-combined.md#combined-registration-modes). This experience doesn't currently support FIDO2 and Phone Sign-in registration.
208208
- A Temporary Access Pass can't be used with the Network Policy Server (NPS) extension and Active Directory Federation Services (AD FS) adapter.
209-
- After a Temporary Access Pass is added to an account or expires, it can take a few minutes for the changes to replicate. Users may still see a prompt for Temporary Access Pass during this time.
209+
- It can take a few minutes for changes to replicate. Because of this, after a Temporary Access Pass is added to an account it can take a while for the prompt to appear. For the same reason, after a Temporary Access Pass expires, users may still see a prompt for Temporary Access Pass.
210210

211211
## Troubleshooting
212212

articles/active-directory/cloud-infrastructure-entitlement-management/onboard-enable-controller-after-onboarding.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: ciem
99
ms.workload: identity
1010
ms.topic: how-to
11-
ms.date: 02/23/2022
11+
ms.date: 02/13/2023
1212
ms.author: jfields
1313
---
1414

@@ -49,8 +49,11 @@ This article also describes how to enable the controller in Amazon Web Services
4949

5050
## Enable or disable the controller in Azure
5151

52+
You can enable or disable the controller in Azure at the Subscription level of you Management Group(s).
5253

53-
1. In Azure, open the **Access control (IAM)** page.
54+
1. From the Azure **Home** page, select **Management groups**.
55+
1. Locate the group for which you want to enable or disable the controller, then select the arrow to expand the group menu and view your subscriptions. Alternatively, you can select the **Total Subscriptions** number listed for your group.
56+
1. Select the subscription for which you want to enable or disable the controller, then click **Access control (IAM)** in the navigation menu.
5457
1. In the **Check access** section, in the **Find** box, enter **Cloud Infrastructure Entitlement Management**.
5558

5659
The **Cloud Infrastructure Entitlement Management assignments** page appears, displaying the roles assigned to you.

articles/active-directory/multi-tenant-organizations/cross-tenant-synchronization-overview.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.workload: identity
99
ms.subservice: multi-tenant-organizations
1010
ms.topic: overview
11-
ms.date: 02/02/2023
11+
ms.date: 02/13/2023
1212
ms.author: rolyon
1313
ms.custom: it-pro
1414

@@ -237,6 +237,11 @@ Does cross-tenant synchronization enhance any cross-tenant Microsoft 365 app acc
237237
- Cross-tenant synchronization utilizes a feature that improves the user experience by suppressing the first-time B2B consent prompt and redemption process in each tenant.
238238
- Synchronized users will have the same cross-tenant Microsoft 365 experiences available to any other B2B collaboration user.
239239

240+
Can cross-tenant synchronization enable people search scenarios where synchronized users appear in the global address list of the target tenant?
241+
242+
- Yes, but you must set the value for the **showInAddressList** attribute of synchronized users to **True**, which is not set by default. If you want to create a unified address list, you'll need to set up a [mesh peer-to-peer topology](./cross-tenant-synchronization-topology.md#mesh-peer-to-peer). For more information, see [Step 9: Review attribute mappings](./cross-tenant-synchronization-configure.md#step-9-review-attribute-mappings).
243+
- Cross-tenant synchronization creates B2B collaboration users and doesn't create contacts.
244+
240245
#### Teams
241246

242247
Does cross-tenant synchronization enhance any current Teams experiences?

articles/aks/internal-lb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 03/04/2019
1616
# Use an internal load balancer with Azure Kubernetes Service (AKS)
1717

1818
You can create and use an internal load balancer to restrict access to your applications in Azure Kubernetes Service (AKS).
19-
An internal load balancer makes a Kubernetes service accessible only to applications running in the same virtual network as the Kubernetes cluster. This article shows you how to create and use an internal load balancer with AKS.
19+
An internal load balancer does not have a public IP and makes a Kubernetes service accessible only to applications that can reach the private IP. These applications can be within the same VNET or in another VNET through VNET peering. This article shows you how to create and use an internal load balancer with AKS.
2020

2121
> [!NOTE]
2222
> Azure Load Balancer is available in two SKUs: *Basic* and *Standard*. The *Standard* SKU is used by default when you create an AKS cluster. When you create a *LoadBalancer* service type, you'll get the same load balancer type as when you provisioned the cluster. For more information, see [Azure Load Balancer SKU comparison][azure-lb-comparison].

articles/app-service/monitor-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ See [Azure Monitor queries for App Service](https://github.com/microsoft/AzureMo
9393

9494
Azure Monitor alerts proactively notify you when important conditions are found in your monitoring data. They allow you to identify and address issues in your system before your customers notice them. You can set alerts on [metrics](../azure-monitor/alerts/alerts-metric-overview.md), [logs](../azure-monitor/alerts/alerts-unified-log.md), and the [activity log](../azure-monitor/alerts/activity-log-alerts.md).
9595

96-
If you're running an application on App Service [Azure Monitor Application Insights](../azure-monitor/overview.md#application-insights) offers more types of alerts.
96+
If you're running an application on App Service [Azure Monitor Application Insights](../azure-monitor/app/app-insights-overview.md) offers more types of alerts.
9797

9898
The following table lists common and recommended alert rules for App Service.
9999

articles/application-gateway/monitor-application-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Azure Monitor alerts proactively notify you when important conditions are found
171171

172172
<!-- only include next line if applications run on your service and work with App Insights. -->
173173

174-
If you're creating or running an application which use Application Gateway [Azure Monitor Application Insights](../azure-monitor/overview.md#application-insights) may offer additional types of alerts.
174+
If you're creating or running an application which use Application Gateway [Azure Monitor Application Insights](../azure-monitor/app/app-insights-overview.md) may offer additional types of alerts.
175175
<!-- end -->
176176

177177
The following tables list common and recommended alert rules for Application Gateway.

articles/azure-arc/data/managed-instance-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Azure Arc-enabled SQL Managed Instance share a common code base with the latest
110110
| Feature | Azure Arc-enabled SQL Managed Instance |
111111
|--|--|
112112
| JSON | Yes |
113-
| Query Store | Yes |
113+
| Query Store | No |
114114
| Temporal | Yes |
115115
| Native XML support | Yes |
116116
| XML indexing | Yes |

0 commit comments

Comments
 (0)