You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/test-setup-environment.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.service: active-directory
10
10
ms.subservice: develop
11
11
ms.topic: how-to
12
12
ms.workload: identity
13
-
ms.date: 09/28/2021
13
+
ms.date: 05/02/2022
14
14
ms.author: arcrowe
15
15
ms.reviewer:
16
16
ms.custom: aaddev
@@ -45,7 +45,7 @@ If you can't safely constrain your test app in your production tenant, you can c
45
45
If you don't already have a dedicated test tenant, you can create one for free using the Microsoft 365 Developer Program or manually create one yourself.
46
46
47
47
#### Join the Microsoft 365 Developer Program (recommended)
48
-
The [Microsoft 365 Developer Program](https://developer.microsoft.com/microsoft-365/dev-program) is free and can have test user accounts and sample data packs automatically added to the tenant.
48
+
The [Microsoft 365 Developer Program](/office/developer-program/microsoft-365-developer-program) is free and can have test user accounts and sample data packs automatically added to the tenant.
49
49
1. Click on the **Join now** button on the screen.
50
50
2. Sign in with a new Microsoft Account or use an existing (work) account you already have.
51
51
3. On the sign-up page select your region, enter a company name and accept the terms and conditions of the program before you click **Next**.
Copy file name to clipboardExpand all lines: articles/app-service/app-service-plan-manage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ You can move an app to another App Service plan, as long as the source plan and
44
44
> [!NOTE]
45
45
> Azure deploys each new App Service plan into a deployment unit, internally called a webspace. Each region can have many webspaces, but your app can only move between plans that are created in the same webspace. An App Service Environment is an isolated webspace, so apps can be moved between plans in the same App Service Environment, but not between plans in different App Service Environments.
46
46
>
47
-
> You can’t specify the webspace you want when creating a plan, but it’s possible to ensure that a plan is created in the same webspace as an existing plan. In brief, all plans created with the same resource group and region combination are deployed into the same webspace. For example, if you created a plan in resource group A and region B, then any plan you subsequently create in resource group A and region B is deployed into the same webspace. Note that plans can’t move webspaces after they’re created, so you can’t move a plan into “the same webspace” as another plan by moving it to another resource group.
47
+
> You can’t specify the webspace you want when creating a plan, but it’s possible to ensure that a plan is created in the same webspace as an existing plan. In brief, all plans created with the same resource group, region combination and operating system are deployed into the same webspace. For example, if you created a plan in resource group A and region B, then any plan you subsequently create in resource group A and region B is deployed into the same webspace. Note that plans can’t move webspaces after they’re created, so you can’t move a plan into “the same webspace” as another plan by moving it to another resource group.
48
48
>
49
49
50
50
1. In the [Azure portal](https://portal.azure.com), search for and select **App services** and select the app that you want to move.
Copy file name to clipboardExpand all lines: articles/app-service/configure-ssl-certificate.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.custom: seodec18
15
15
Once the certificate is added to your App Service app or [function app](../azure-functions/index.yml), you can [secure a custom DNS name with it](configure-ssl-bindings.md) or [use it in your application code](configure-ssl-certificate-in-code.md).
16
16
17
17
> [!NOTE]
18
-
> A certificate uploaded into an app is stored in a deployment unit that is bound to the app service plan's resource groupand region combination (internally called a *webspace*). This makes the certificate accessible to other apps in the same resource group and region combination.
18
+
> A certificate uploaded into an app is stored in a deployment unit that is bound to the app service plan's resource group, region and operating system combination (internally called a *webspace*). This makes the certificate accessible to other apps in the same resource group and region combination.
19
19
20
20
The following table lists the options you have for adding certificates in App Service:
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/language-support.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.author: lajanuar
13
13
14
14
# Language support for Form Recognizer
15
15
16
-
This table lists the written languages supported by each Form Recognizer service.
16
+
This article covers the supported languages for text and field **extraction (by feature)** and **[detection (Read only)](#detected-languages-read-api)**. Both groups are mutually exclusive.
17
17
18
18
<!-- markdownlint-disable MD001 -->
19
19
<!-- markdownlint-disable MD024 -->
@@ -29,7 +29,7 @@ The following lists include the currently GA languages in for the v2.1 version a
29
29
30
30
To use the preview languages, refer to the [v3.0 REST API migration guide](/rest/api/media/#changes-to-the-rest-api-endpoints) to understand the differences from the v2.1 GA API and explore the [v3.0 preview SDK quickstarts](quickstarts/try-v3-python-sdk.md).
31
31
32
-
### Handwritten languages (preview and GA)
32
+
### Handwritten text (preview and GA)
33
33
34
34
The following table lists the supported languages for extracting handwritten texts.
35
35
@@ -41,7 +41,7 @@ The following table lists the supported languages for extracting handwritten tex
41
41
|German (preview) |`de`|Spanish (preview) |`es`|
42
42
|Italian (preview) |`it`|
43
43
44
-
### Print languages (preview)
44
+
### Print text (preview)
45
45
46
46
This section lists the supported languages for extracting printed texts in the latest preview.
47
47
@@ -94,7 +94,7 @@ This section lists the supported languages for extracting printed texts in the l
94
94
|Kurukh (Devanagari) | `kru`|Welsh | `cy`
95
95
|Kyrgyz (Cyrillic) | `ky`
96
96
97
-
### Print languages (GA)
97
+
### Print text (GA)
98
98
99
99
This section lists the supported languages for extracting printed texts in the latest GA version.
100
100
@@ -178,14 +178,14 @@ Language| Locale code |
178
178
179
179
## Detected languages: Read API
180
180
181
-
The [Read API](concept-read.md) supports language detection for the following languages:
181
+
The [Read API](concept-read.md) supports detecting the following languages in your documents. This list may include languages not currently supported for text extraction.
182
182
183
183
> [!NOTE]
184
184
> **Language detection**
185
185
>
186
-
> Form Recognizer read model can _detect_a wide range of languages, variants, dialects, and some regional/cultural languages and return a language code.
187
-
>
188
-
> This section lists the languages that can be detected using the Read API. To determine if text can also be _extracted_ for a given language, see [handwritten](#handwritten-languages-preview-and-ga), [print preview](#print-languages-preview), and [print GA](#print-languages-ga) language extraction lists (above).
186
+
> Form Recognizer read model can _detect_possible presence of languages and returns language codes for detected languages. To determine if text can also be
187
+
>extracted for a given language, see previous sections.
Copy file name to clipboardExpand all lines: articles/azure-monitor/change/change-analysis-visualizations.md
+2-38Lines changed: 2 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
5
5
ms.author: hannahhunter
6
6
author: hhunter-ms
7
7
ms.contributor: cawa
8
-
ms.date: 03/21/2022
8
+
ms.date: 04/18/2022
9
9
ms.subservice: change-analysis
10
10
ms.custom: devx-track-azurepowershell
11
11
---
@@ -49,45 +49,9 @@ Azure Monitor's Change Analysis is:
49
49
50
50
From your resource's overview page in Azure portal, select **Diagnose and solve problems** the left menu. As you enter the Diagnose and Solve Problems tool, the **Microsoft.ChangeAnalysis** resource provider will automatically be registered.
51
51
52
-
### Diagnose and solve problems tool for Web App
53
-
54
-
> [!NOTE]
55
-
> You may not immediately see web app in-guest file changes and configuration changes. Restart your web app and you should be able to view changes within 30 minutes. If not, refer to [the troubleshooting guide](./change-analysis-troubleshoot.md#cannot-see-in-guest-changes-for-newly-enabled-web-app).
56
-
57
-
1. Select **Availability and Performance**.
58
-
59
-
:::image type="content" source="./media/change-analysis/availability-and-performance.png" alt-text="Screenshot of the Availability and Performance troubleshooting options":::
60
-
61
-
2. Select **Application Changes (Preview)**. The feature is also available in **Application Crashes**.
62
-
63
-
:::image type="content" source="./media/change-analysis/application-changes.png" alt-text="Screenshot of the Application Crashes button":::
64
-
65
-
The link leads to Azure Monitor's Change Analysis UI scoped to the web app.
66
-
67
-
3. Enable web app in-guest change tracking if you haven't already.
68
-
69
-
:::image type="content" source="./media/change-analysis/enable-changeanalysis.png" alt-text="Screenshot of the Application Crashes options":::
70
-
71
-
4. Toggle on **Change Analysis** status and select **Save**.
72
-
73
-
:::image type="content" source="./media/change-analysis/change-analysis-on.png" alt-text="Screenshot of the Enable Change Analysis user interface":::
74
-
75
-
- The tool displays all web apps under an App Service plan, which you can toggle on and off individually.
76
-
77
-
:::image type="content" source="./media/change-analysis/change-analysis-on-2.png" alt-text="Screenshot of the Enable Change Analysis user interface expanded":::
78
-
79
-
80
-
You can also view change data via the **Web App Down** and **Application Crashes** detectors. The graph summarizes:
81
-
- The change types over time.
82
-
- Details on those changes.
83
-
84
-
By default, the graph displays changes from within the past 24 hours help with immediate problems.
85
-
86
-
:::image type="content" source="./media/change-analysis/change-view.png" alt-text="Screenshot of the change diff view":::
87
-
88
52
### Diagnose and solve problems tool for Virtual Machines
89
53
90
-
Change Analysis displays as an insight card in a your virtual machine's **Diagnose and solve problems** tool. The insight card displays the number of changes or issues a resource experiences within the past 72 hours.
54
+
Change Analysis displays as an insight card in your virtual machine's **Diagnose and solve problems** tool. The insight card displays the number of changes or issues a resource experiences within the past 72 hours.
91
55
92
56
1. Within your virtual machine, select **Diagnose and solve problems** from the left menu.
Copy file name to clipboardExpand all lines: articles/azure-monitor/change/change-analysis.md
+44-12Lines changed: 44 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
5
5
ms.author: hannahhunter
6
6
author: hhunter-ms
7
7
ms.contributor: cawa
8
-
ms.date: 03/21/2022
8
+
ms.date: 04/18/2022
9
9
ms.subservice: change-analysis
10
10
ms.custom: devx-track-azurepowershell
11
11
---
@@ -140,32 +140,64 @@ The Change Analysis service:
140
140
- Easily navigate through all resource changes.
141
141
- Identify relevant changes in the troubleshooting or monitoring context.
142
142
143
+
### Enable Change Analysis
144
+
143
145
You'll need to register the `Microsoft.ChangeAnalysis` resource provider with an Azure Resource Manager subscription to make the tracked properties and proxied settings change data available. The `Microsoft.ChangeAnalysis` resource is automatically registered as you either:
144
146
- Enter the Web App **Diagnose and Solve Problems** tool, or
145
147
- Bring up the Change Analysis standalone tab.
146
148
147
-
For web app in-guest changes, separate enablement is required for scanning code files within a web app. For more information, see [Change Analysis in the Diagnose and solve problems tool](change-analysis-visualizations.md#diagnose-and-solve-problems-tool-for-web-app) section.
149
+
### Enable Change Analysis for web app in-guest changes
150
+
151
+
For web app in-guest changes, separate enablement is required for scanning code files within a web app. For more information, see [Change Analysis in the Diagnose and solve problems tool](change-analysis-visualizations.md#diagnose-and-solve-problems-tool) section.
152
+
153
+
> [!NOTE]
154
+
> You may not immediately see web app in-guest file changes and configuration changes. Restart your web app and you should be able to view changes within 30 minutes. If not, refer to [the troubleshooting guide](./change-analysis-troubleshoot.md#cannot-see-in-guest-changes-for-newly-enabled-web-app).
155
+
156
+
1. Select **Availability and Performance**.
157
+
158
+
:::image type="content" source="./media/change-analysis/availability-and-performance.png" alt-text="Screenshot of the Availability and Performance troubleshooting options":::
159
+
160
+
2. Select **Application Changes (Preview)**.
161
+
162
+
:::image type="content" source="./media/change-analysis/application-changes.png" alt-text="Screenshot of the Application Changes button":::
163
+
164
+
The link leads to Azure Monitor's Change Analysis UI scoped to the web app.
165
+
166
+
3. Enable web app in-guest change tracking by either:
167
+
168
+
- Selecting **Enable Now** in the banner, or
169
+
170
+
:::image type="content" source="./media/change-analysis/enable-changeanalysis.png" alt-text="Screenshot of the Application Changes options from the banner":::
171
+
172
+
- Selecting **Configure** from the top menu.
173
+
174
+
:::image type="content" source="./media/change-analysis/configure-button.png" alt-text="Screenshot of the Application Changes options from the top menu":::
175
+
176
+
4. Toggle on **Change Analysis** status and select **Save**.
177
+
178
+
:::image type="content" source="./media/change-analysis/change-analysis-on.png" alt-text="Screenshot of the Enable Change Analysis user interface":::
179
+
180
+
- The tool displays all web apps under an App Service plan, which you can toggle on and off individually.
148
181
149
-
If you don't see changes within 30 minutes, refer to [the troubleshooting guide](./change-analysis-troubleshoot.md#cannot-see-in-guest-changes-for-newly-enabled-web-app).
182
+
:::image type="content" source="./media/change-analysis/change-analysis-on-2.png" alt-text="Screenshot of the Enable Change Analysis user interface expanded":::
150
183
184
+
You can also view change data via the **Web App Down** and **Application Crashes** detectors. The graph summarizes:
185
+
- The change types over time.
186
+
- Details on those changes.
151
187
152
-
## Cost
153
-
Azure Monitor's Change Analysis is a free service. Once enabled, the Change Analysis **Diagnose and solve problems** tool does not:
154
-
- Incur any billing cost to subscriptions.
155
-
- Have any performance impact for scanning Azure Resource properties changes.
188
+
By default, the graph displays changes from within the past 24 hours help with immediate problems.
156
189
157
-
## Data retention
158
-
Change Analysis provides 14 days of data retention.
190
+
:::image type="content" source="./media/change-analysis/change-view.png" alt-text="Screenshot of the change diff view":::
159
191
160
-
## Enable Change Analysis at scale for Web App in-guest file and environment variable changes
192
+
###Enable Change Analysis at scale for Web App in-guest file and environment variable changes
161
193
162
194
If your subscription includes several web apps, enabling the service at the web app level would be inefficient. Instead, run the following script to enable all web apps in your subscription.
163
195
164
-
### Pre-requisites
196
+
####Pre-requisites
165
197
166
198
PowerShell Az Module. Follow instructions at [Install the Azure PowerShell module](/powershell/azure/install-az-ps)
0 commit comments