Skip to content

Commit f4cbade

Browse files
authored
Merge pull request #241206 from MicrosoftDocs/main
6/12/2023 OOB Publishing at 9AM
2 parents c06aae0 + 6d4b07e commit f4cbade

File tree

114 files changed

+1797
-531
lines changed

Some content is hidden

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

114 files changed

+1797
-531
lines changed

articles/active-directory/external-identities/customers/how-to-single-page-app-vanillajs-prepare-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 06/09/2023
1414
#Customer intent: As a developer, I want to learn how to configure vanilla JavaScript single-page app (SPA) to sign in and sign out users with my Azure AD for customers tenant.
1515
---
1616

17-
# Tutorial: Prepare a vanilla JavaScript single-page app (SPA) for authentication in a customer tenant
17+
# Tutorial: Prepare a vanilla JavaScript single-page app for authentication in a customer tenant
1818

1919
In the [previous article](./how-to-single-page-app-vanillajs-prepare-tenant.md), you registered an application and configured user flows in your Azure Active Directory (AD) for customers tenant. This article shows you how to create a vanilla JavaScript (JS) single-page app (SPA) and configure it to sign in and sign out users with your customer tenant.
2020

articles/active-directory/external-identities/customers/how-to-single-page-app-vanillajs-prepare-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 06/09/2023
1414
#Customer intent: As a developer, I want to learn how to configure a vanilla JavaScript single-page app (SPA) to sign in and sign out users with my Azure Active Directory (AD) for customers tenant.
1515
---
1616

17-
# Tutorial: Prepare your customer tenant to authenticate a vanilla JavaScript single-page app (SPA)
17+
# Tutorial: Prepare your customer tenant to authenticate a vanilla JavaScript single-page app
1818

1919
This tutorial series demonstrates how to build a vanilla JavaScript single-page application (SPA) and prepare it for authentication using the Microsoft Entra admin center. You'll use the [Microsoft Authentication Library for JavaScript](/javascript/api/overview/msal-overview) library to authenticate your app with your Azure Active Directory (Azure AD) for customers tenant. Finally, you'll run the application and test the sign-in and sign-out experiences.
2020

articles/active-directory/external-identities/customers/how-to-single-page-app-vanillajs-sign-in-sign-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 05/25/2023
1212
#Customer intent: As a developer, I want to learn how to configure Vanilla JavaScript single-page app (SPA) to sign in and sign out users with my Azure Active Directory (AD) for customers tenant.
1313
---
1414

15-
# Tutorial: Add sign-in and sign-out to a Vanilla JavaScript single-page app (SPA) for a customer tenant
15+
# Tutorial: Add sign-in and sign-out to a vanilla JavaScript single-page app for a customer tenant
1616

1717
In the [previous article](how-to-single-page-app-vanillajs-configure-authentication.md), you edited the popup and redirection files that handle the sign-in page response. This tutorial demonstrates how to build a responsive user interface (UI) that contains a **Sign-In** and **Sign-Out** button and run the project to test the sign-in and sign-out functionality.
1818

articles/active-directory/external-identities/customers/includes/register-app/add-platform-redirect-url-vanilla-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To specify your app type to your app registration, follow these steps:
1010

1111
1. Under **Manage**, select **Authentication**.
1212
1. On the **Platform configurations** page, select **Add a platform**, and then select **SPA** option.
13-
1. For the **Redirect URIs** enter `http://localhost:3000/auth/redirect`
13+
1. For the **Redirect URIs** enter `http://localhost:3000/redirect`
1414
1. Select **Configure** to save your changes.
1515
1. Back on the **Platform configurations** page, in the new **Single-page application** that has appeared, select **Add URI**, then enter `http://localhost:3000/`
1616
1. Select **Save** to save your changes, and ensure that both URIs are listed.
59.7 KB
Loading
59.7 KB
Loading

articles/automation/change-tracking/overview-monitoring-agent.md

Lines changed: 47 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Azure Automation Change Tracking and Inventory overview using Azure Monit
33
description: This article describes the Change Tracking and Inventory feature using Azure monitoring agent (Preview), which helps you identify software and Microsoft service changes in your environment.
44
services: automation
55
ms.subservice: change-inventory-management
6-
ms.date: 02/23/2023
6+
ms.date: 05/29/2023
77
ms.topic: conceptual
88
---
99

1010
# Overview of change tracking and inventory using Azure Monitoring Agent (Preview)
1111

12-
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: Windows Registry :heavy_check_mark: Windows Files :heavy_check_mark: Linux Files :heavy_check_mark: Windows Software
12+
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: Windows Registry :heavy_check_mark: Windows Files :heavy_check_mark: Linux Files :heavy_check_mark: Windows Software :heavy_check_mark: Windows Services & Linux Daemons
1313

1414
> [!Important]
1515
> Currently, Change tracking and inventory uses Log Analytics Agent and this is scheduled to retire by 31.August.2024. We recommend that you use Azure Monitoring Agent as the new supporting agent.
@@ -39,6 +39,8 @@ Change Tracking and Inventory using Azure Monitoring Agent (Preview) doesn't sup
3939
- If network traffic is high, change records can take up to six hours to display.
4040
- If you modify a configuration while a machine or server is shut down, it might post changes belonging to the previous configuration.
4141
- Collecting Hotfix updates on Windows Server 2016 Core RS3 machines.
42+
- Linux daemons might show a changed state even though no change has occurred. This issue arises because of how the `SvcRunLevels` data in the Azure Monitor [ConfigurationChange](https://learn.microsoft.com/azure/azure-monitor/reference/tables/configurationchange) table is written.
43+
4244

4345
## Limits
4446

@@ -51,6 +53,8 @@ The following table shows the tracked item limits per machine for change trackin
5153
|Registry|250||
5254
|Windows software|250|Doesn't include software updates.|
5355
|Linux packages|1,250||
56+
|Windows Services |250||
57+
|Linux Daemons | 250||
5458

5559
## Supported operating systems
5660

@@ -119,21 +123,58 @@ The next table shows the data collection frequency for the types of changes supp
119123
| Windows registry | 50 minutes |
120124
| Windows file | 30 to 40 minutes |
121125
| Linux file | 15 minutes |
122-
| Windows services | 10 seconds to 30 minutes</br> Default: 30 minutes |
126+
| Windows services | 10 minutes to 30 minutes</br> Default: 30 minutes |
123127
| Windows software | 30 minutes |
124128
| Linux software | 5 minutes |
129+
| Linux Daemons | 5 minutes |
125130

126131
The following table shows the tracked item limits per machine for Change Tracking and Inventory.
127132

128133
| **Resource** | **Limit** |
129-
|---|---|---|
134+
|---|---|
130135
|File|500|
131136
|Registry|250|
132137
|Windows software (not including hotfixes) |250|
133138
|Linux packages|1250|
139+
|Windows Services | 250 |
140+
|Linux Daemons| 500|
141+
142+
### Windows services data
143+
144+
#### Prerequisites
145+
146+
To enable tracking of Windows Services data, you must upgrade CT extension and use extension more than or equal to 2.11.0.0
147+
148+
#### [For Windows Azure VMs](#tab/win-az-vm)
149+
150+
```powershell-interactive
151+
- az vm extension set --publisher Microsoft.Azure.ChangeTrackingAndInventory --version 2.11.0 --ids /subscriptions/<subscriptionids>/resourceGroups/<resourcegroupname>/providers/Microsoft.Compute/virtualMachines/<vmname> --name ChangeTracking-Windows --enable-auto-upgrade true
152+
```
153+
#### [For Linux Azure VMs](#tab/lin-az-vm)
154+
155+
```powershell-interactive
156+
– az vm extension set --publisher Microsoft.Azure.ChangeTrackingAndInventory --version 2.11.0 --ids /subscriptions/<subscriptionids>/resourceGroups/<resourcegroupname>/providers/Microsoft.Compute/virtualMachines/<vmname> --name ChangeTracking-Linux --enable-auto-upgrade true
157+
```
158+
#### [For Arc-enabled Windows VMs](#tab/win-arc-vm)
159+
160+
```powershell-interactive
161+
– az connectedmachine extension create --name ChangeTracking-Linux --publisher Microsoft.Azure.ChangeTrackingAndInventory --type ChangeTracking-Linux --machine-name <arc-server-name> --resource-group <resource-group-name> --location <arc-server-location> --enable-auto-upgrade true
162+
```
163+
164+
#### [For Arc-enabled Linux VMs](#tab/lin-arc-vm)
165+
166+
```powershell-interactive
167+
- az connectedmachine extension create --name ChangeTracking-Windows --publisher Microsoft.Azure.ChangeTrackingAndInventory --type ChangeTracking-Windows --machine-name <arc-server-name> --resource-group <resource-group-name> --location <arc-server-location> --enable-auto-upgrade true
168+
```
169+
---
170+
171+
#### Configure frequency
172+
173+
The default collection frequency for Windows services is 30 minutes. To configure the frequency:
174+
- under **Edit** Settings, use a slider on the **Windows services** tab.
175+
176+
:::image type="content" source="media/overview-monitoring-agent/frequency-slider-inline.png" alt-text="Screenshot of frequency slider." lightbox="media/overview-monitoring-agent/frequency-slider-expanded.png":::
134177

135-
> [!NOTE]
136-
> Change Tracking with Support Windows Services & Daemons will be supported by GA.
137178

138179
## Support for alerts on configuration state
139180

articles/cognitive-services/Speech-Service/includes/language-support/stt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ms.author: eur
115115
| `mr-IN` | Marathi (India) | Plain text |
116116
| `ms-MY` | Malay (Malaysia) | Audio + human-labeled transcript<br/><br/>Plain text |
117117
| `mt-MT` | Maltese (Malta) | Plain text |
118-
| `my-MM` | Burmese (Myanmar) | Not supported |
118+
| `my-MM` | Burmese (Myanmar) | Plain text |
119119
| `nb-NO` | Norwegian Bokmål (Norway) | Audio + human-labeled transcript<br/><br/>Plain text |
120120
| `ne-NP` | Nepali (Nepal) | Plain text |
121121
| `nl-BE` | Dutch (Belgium) | Plain text |

0 commit comments

Comments
 (0)