Skip to content

Commit 7721a8c

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into pls-posh-diagram
2 parents 1c26e39 + 11e4ad3 commit 7721a8c

Some content is hidden

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

45 files changed

+198
-251
lines changed

articles/active-directory/authentication/concept-authentication-phone-options.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 04/17/2023
9+
ms.date: 06/23/2023
1010

1111
ms.author: justinha
1212
author: justinha
@@ -35,17 +35,20 @@ To work properly, phone numbers must be in the format *+CountryCode PhoneNumber*
3535
3636
## Mobile phone verification
3737

38-
For Azure AD Multi-Factor Authentication or SSPR, users can choose to receive a text message with a verification code to enter in the sign-in interface, or receive a phone call.
38+
For Azure AD Multi-Factor Authentication or SSPR, users can choose to receive an SMS message with a verification code to enter in the sign-in interface, or receive a phone call.
3939

4040
If users don't want their mobile phone number to be visible in the directory but want to use it for password reset, administrators shouldn't populate the phone number in the directory. Instead, users should populate their **Authentication Phone** attribute via the combined security info registration at [https://aka.ms/setupsecurityinfo](https://aka.ms/setupsecurityinfo). Administrators can see this information in the user's profile, but it's not published elsewhere.
4141

4242
:::image type="content" source="media/concept-authentication-methods/user-authentication-methods.png" alt-text="Screenshot of the Azure portal that shows authentication methods with a phone number populated":::
4343

4444
Microsoft doesn't guarantee consistent SMS or voice-based Azure AD Multi-Factor Authentication prompt delivery by the same number. In the interest of our users, we may add or remove short codes at any time as we make route adjustments to improve SMS deliverability. Microsoft doesn't support short codes for countries/regions besides the United States and Canada.
4545

46-
### Text message verification
46+
> [!NOTE]
47+
> Starting July 2023, we apply delivery method optimization such that tenants with a free or trial subscription may receive an SMS message or voice call.
48+
49+
### SMS message verification
4750

48-
With text message verification during SSPR or Azure AD Multi-Factor Authentication, a Short Message Service (SMS) text is sent to the mobile phone number containing a verification code. To complete the sign-in process, the verification code provided is entered into the sign-in interface.
51+
With SMS message verification during SSPR or Azure AD Multi-Factor Authentication, a Short Message Service (SMS) text is sent to the mobile phone number containing a verification code. To complete the sign-in process, the verification code provided is entered into the sign-in interface.
4952

5053
Android users can enable Rich Communication Services (RCS) on their devices. RCS offers encryption and other improvements over SMS. For Android, MFA text messages may be sent over RCS rather than SMS. The MFA text message is similar to SMS, but RCS messages have more Microsoft branding and a verified checkmark so users know they can trust the message.
5154

articles/aks/nat-gateway.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ This article shows you how to create an Azure Kubernetes Service (AKS) cluster w
2424

2525
## Create an AKS cluster with a managed NAT gateway
2626

27-
* Create an AKS cluster with a new managed NAT gateway using the [`az aks create`][az-aks-create] command with the `--outbound-type managedNATGateway`, `--nat-gateway-managed-outbound-ip-count`, and `--nat-gateway-idle-timeout` parameters. If you want the NAT gateway to operate out of availability zones, specify the zones using `--zones`.
27+
* Create an AKS cluster with a new managed NAT gateway using the [`az aks create`][az-aks-create] command with the `--outbound-type managedNATGateway`, `--nat-gateway-managed-outbound-ip-count`, and `--nat-gateway-idle-timeout` parameters. If you want the NAT gateway to operate out of a specific availability zone, specify the zones using `--zones`.
28+
* A single NAT gateway resource cannot be used across multiple availability zones. To ensure zone-resiliency, it is recommended to deploy a NAT gateway resource to each availability zone and assign to subnets containing AKS clusters in each zone. For more information on this deployment model, see [NAT gateway for each zone](/azure/nat-gateway/nat-availability-zones#zonal-nat-gateway-resource-for-each-zone-in-a-region-to-create-zone-resiliency).
2829

2930
```azurecli-interactive
3031
az aks create \
@@ -37,6 +38,7 @@ This article shows you how to create an Azure Kubernetes Service (AKS) cluster w
3738
```
3839
3940
> [!IMPORTANT]
41+
> If no zone is configured for NAT gateway, the default zone placement is "no zone", in which Azure places NAT gateway into a zone for you.
4042
> If no value for the outbound IP address is specified, the default value is one.
4143
4244
### Update the number of outbound IP addresses
@@ -91,6 +93,9 @@ This configuration requires bring-your-own networking (via [Kubenet][byo-vnet-ku
9193
--location southcentralus \
9294
--public-ip-addresses myNatGatewayPip
9395
```
96+
> [!Important]
97+
> A single NAT gateway resource cannot be used across multiple availability zones. To ensure zone-resiliency, it is recommended to deploy a NAT gateway resource to each availability zone and assign to subnets containing AKS clusters in each zone. For more information on this deployment model, see [NAT gateway for each zone](/azure/nat-gateway/nat-availability-zones#zonal-nat-gateway-resource-for-each-zone-in-a-region-to-create-zone-resiliency).
98+
> If no zone is configured for NAT gateway, the default zone placement is "no zone", in which Azure places NAT gateway into a zone for you.
9499
95100
5. Create a virtual network using the [`az network vnet create`][az-network-vnet-create] command.
96101

articles/azure-monitor/app/api-custom-events-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Application Insights API for custom events and metrics | Microsoft Docs
33
description: Insert a few lines of code in your device or desktop app, webpage, or service to track usage and diagnose issues.
44
ms.topic: conceptual
5-
ms.date: 01/24/2023
5+
ms.date: 06/23/2023
66
ms.devlang: csharp, java, javascript, vb
77
ms.custom: devx-track-csharp
88
ms.reviewer: mmcc

articles/azure-monitor/app/api-filtering-sampling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Filtering and preprocessing in the Application Insights SDK | Microsoft Docs
33
description: Write telemetry processors and telemetry initializers for the SDK to filter or add properties to the data before the telemetry is sent to the Application Insights portal.
44
ms.topic: conceptual
5-
ms.date: 11/14/2022
5+
ms.date: 06/23/2023
66
ms.devlang: csharp, javascript, python
77
ms.custom: "devx-track-js, devx-track-csharp"
88
ms.reviewer: cithomas

articles/azure-monitor/app/app-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Application Map in Azure Application Insights | Microsoft Docs
33
description: Monitor complex application topologies with Application Map and Intelligent view.
44
ms.topic: conceptual
5-
ms.date: 11/15/2022
5+
ms.date: 06/23/2023
66
ms.devlang: csharp, java, javascript, python
77
ms.custom: devx-track-csharp
88
ms.reviewer: rijolly

articles/azure-monitor/app/azure-ad-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure AD authentication for Application Insights
33
description: Learn how to enable Azure Active Directory (Azure AD) authentication to ensure that only authenticated telemetry is ingested in your Application Insights resources.
44
ms.topic: conceptual
5-
ms.date: 02/14/2023
5+
ms.date: 06/23/2023
66
ms.devlang: csharp, java, javascript, python
77
ms.reviewer: rijolly
88
---

articles/azure-monitor/app/custom-operations-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to track custom operations with the Application Insights
44
ms.topic: conceptual
55
ms.devlang: csharp
66
ms.custom: devx-track-csharp, devx-track-dotnet
7-
ms.date: 11/26/2019
7+
ms.date: 06/23/2023
88
ms.reviewer: mmcc
99
---
1010

articles/azure-monitor/app/data-model-complete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: carmonm
77
ms.workload: TBD
88
ms.tgt_pltfrm: ibiza
99
ms.topic: conceptual
10-
ms.date: 03/17/2023
10+
ms.date: 06/23/2023
1111
ms.reviewer: mmcc
1212
---
1313
# Application Insights telemetry data model

articles/azure-monitor/app/data-retention-privacy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.reviewer: saars
99

1010
# Data collection, retention, and storage in Application Insights
1111

12-
When you install the [Application Insights][start] SDK in your app, it sends telemetry about your app to the cloud. As a responsible developer, you want to know exactly what data is sent, what happens to the data, and how you can keep control of it. In particular, could sensitive data be sent, where is it stored, and how secure is it?
12+
When you install the [Application Insights][start] SDK in your app, it sends telemetry about your app to the [cloud](create-workspace-resource.md). As a responsible developer, you want to know exactly what data is sent, what happens to the data, and how you can keep control of it. In particular, could sensitive data be sent, where is it stored, and how secure is it?
1313

1414
First, the short answer:
1515

@@ -25,7 +25,7 @@ The rest of this article discusses these points more fully. The article is self-
2525

2626
[Application Insights][start] is a service provided by Microsoft that helps you improve the performance and usability of your live application. It monitors your application all the time it's running, both during testing and after you've published or deployed it. Application Insights creates charts and tables that show you informative metrics. For example, you might see what times of day you get most users, how responsive the app is, and how well it's served by any external services that it depends on. If there are failures or performance issues, you can search through the telemetry data to diagnose the cause. The service sends you emails if there are any changes in the availability and performance of your app.
2727

28-
To get this functionality, you install an Application Insights SDK in your application, which becomes part of its code. When your app is running, the SDK monitors its operation and sends telemetry to Application Insights, which is a cloud service hosted by [Microsoft Azure](https://azure.com). Application Insights also works for any applications, not just applications that are hosted in Azure.
28+
To get this functionality, you install an Application Insights SDK in your application, which becomes part of its code. When your app is running, the SDK monitors its operation and sends telemetry to an [Application Insights Log Analytics workspace](create-workspace-resource.md), which is a cloud service hosted by [Microsoft Azure](https://azure.com). Application Insights also works for any applications, not just applications that are hosted in Azure.
2929

3030
Application Insights stores and analyzes the telemetry. To see the analysis or search through the stored telemetry, you sign in to your Azure account and open the Application Insights resource for your application. You can also share access to the data with other members of your team, or with specified Azure subscribers.
3131

@@ -85,7 +85,7 @@ You'll need to write a [telemetry processor plug-in](./api-filtering-sampling.md
8585

8686
## How long is the data kept?
8787

88-
Raw data points (that is, items that you can query in Analytics and inspect in Search) are kept for up to 730 days. You can [select a retention duration](../logs/data-retention-archive.md#set-retention-and-archive-policy-by-table) of 30, 60, 90, 120, 180, 270, 365, 550, or 730 days. If you need to keep data longer than 730 days, you can use [Continuous Export](./export-telemetry.md) to copy it to a storage account during data ingestion.
88+
Raw data points (that is, items that you can query in Analytics and inspect in Search) are kept for up to 730 days. You can [select a retention duration](../logs/data-retention-archive.md#set-retention-and-archive-policy-by-table) of 30, 60, 90, 120, 180, 270, 365, 550, or 730 days. If you need to keep data longer than 730 days, you can use [diagnostic settings](../essentials/diagnostic-settings.md#diagnostic-settings-in-azure-monitor).
8989

9090
Data kept longer than 90 days incurs extra charges. For more information about Application Insights pricing, see the [Azure Monitor pricing page](https://azure.microsoft.com/pricing/details/monitor/).
9191

articles/azure-monitor/app/ip-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Application Insights IP address collection | Microsoft Docs
33
description: Understand how Application Insights handles IP addresses and geolocation.
44
ms.topic: conceptual
5-
ms.date: 04/06/2023
5+
ms.date: 06/23/2023
66
ms.custom:
77
ms.reviewer: saars
88
---

0 commit comments

Comments
 (0)