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
> # Quickstart: Acquire a token and call Microsoft Graph API from a Node.js console app using app's identity
28
-
>
29
-
> [!div renderon="portal" class="sxs-lookup"]
28
+
>
30
29
> In this quickstart, you download and run a code sample that demonstrates how a Node.js console application can get an access token using the app's identity to call the Microsoft Graph API and display a [list of users](/graph/api/user-list) in the directory. The code sample demonstrates how an unattended job or Windows service can run with an application identity, instead of a user's identity.
31
30
>
32
31
> This quickstart uses the [Microsoft Authentication Library for Node.js (MSAL Node)](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node) with the [client credentials grant](v2-oauth2-client-creds-grant-flow.md).
> # Quickstart: Acquire a token and call Microsoft Graph API from a Python console app using app's identity
28
29
>
29
-
> [!div renderon="portal" class="sxs-lookup"]
30
30
> In this quickstart, you download and run a code sample that demonstrates how a Python application can get an access token using the app's identity to call the Microsoft Graph API and display a [list of users](/graph/api/user-list) in the directory. The code sample demonstrates how an unattended job or Windows service can run with an application identity, instead of a user's identity.
> # Quickstart: Add sign-in with Microsoft to a Java web app
27
27
>
28
28
> In this quickstart, you download and run a code sample that demonstrates how a Java web application can sign in users and call the Microsoft Graph API. Users from any Azure Active Directory (Azure AD) organization can sign in to the application.
Copy file name to clipboardExpand all lines: articles/cognitive-services/cognitive-services-container-support.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
@@ -72,7 +72,7 @@ Azure Cognitive Services containers provide the following set of Docker containe
72
72
73
73
| Service | Container | Description | Availability |
74
74
|--|--|--|--|
75
-
|[Computer Vision][cv-containers]|**Read OCR** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-vision-read)) | The Read OCR container allows you to extract printed and handwritten text from images and documents with support for JPEG, PNG, BMP, PDF, and TIFF file formats. For more information, see the [Read API documentation](./computer-vision/overview-ocr.md). | Generally Available. This container can also [run in disconnected environments](containers/disconnected-containers.md). |
75
+
|[Computer Vision][cv-containers]|**Read OCR** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-vision-read)) | The Read OCR container allows you to extract printed and handwritten text from images and documents with support for JPEG, PNG, BMP, PDF, and TIFF file formats. For more information, see the [Read API documentation](./computer-vision/overview-ocr.md). | Generally Available. Gated - [request access](https://aka.ms/csgate). <br>This container can also [run in disconnected environments](containers/disconnected-containers.md). |
76
76
|[Spatial Analysis][spa-containers]|**Spatial analysis** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-vision-spatial-analysis)) | Analyzes real-time streaming video to understand spatial relationships between people, their movement, and interactions with objects in physical environments. | Preview |
Copy file name to clipboardExpand all lines: articles/healthcare-apis/configure-azure-rbac.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ In the Role selection, search for one of the built-in roles for the FHIR data pl
29
29
***FHIR Data Exporter**: Can read and export ($export operator) data.
30
30
***FHIR Data Contributor**: Can perform all data plane operations.
31
31
***FHIR Data Converter**: Can use the converter to perform data conversion.
32
+
***FHIR SMART User**: Role allows to read and write FHIR data according to the SMART IG V1.0.0 specifications.
32
33
33
34
In the **Select** section, type the client application registration name. If the name is found, the application name is listed. Select the application name, and then select **Save**.
Copy file name to clipboardExpand all lines: articles/search/search-lucene-query-architecture.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
@@ -60,7 +60,7 @@ POST /indexes/hotels/docs/search?api-version=2020-06-30
60
60
61
61
For this request, the search engine does the following operations:
62
62
63
-
1.Filters out documents where the price is at least $60 and less than $300.
63
+
1.Finds documents where the price is at least $60 and less than $300.
64
64
65
65
2. Executes the query. In this example, the search query consists of phrases and terms: `"Spacious, air-condition* +\"Ocean view\""` (users typically don't enter punctuation, but including it in the example allows us to explain how analyzers handle it).
66
66
@@ -411,4 +411,4 @@ This article explored full text search in the context of Azure Cognitive Search.
Copy file name to clipboardExpand all lines: articles/update-center/overview.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.topic: overview
10
10
11
11
# About Update management center (preview)
12
12
13
-
Update management center (preview) is a unified service to help manage and govern updates for all your machines. You can monitor Windows and Linux update compliance across your deployments in Azure, on-premises, and on the other cloud platforms from a single dashboard. Using Update management center (preview), you can make updates in real-time or schedule them within a defined maintenance window.
13
+
Update management center (preview) is a unified service to help manage and govern updates for all your machines. You can monitor Windows and Linux update compliance across your deployments in Azure, on-premises, and on the other cloud platforms from a single dashboard. In addition, you can use the Update management center (preview) to make real-time updates or schedule them within a defined maintenance window.
14
14
15
15
You can use the update management center (preview) in Azure to:
16
16
@@ -45,7 +45,6 @@ Update management center (preview) has been redesigned and doesn't depend on Azu
45
45
- Helps secure machines with new ways of patching such as [automatic VM guest patching](../virtual-machines/automatic-vm-guest-patching.md) in Azure, [hotpatching](../automanage/automanage-hotpatch.md) or custom maintenance schedules.
46
46
- Sync patch cycles in relation to patch Tuesday—the unofficial term for Microsoft's scheduled security fix release on every second Tuesday of each month.
47
47
48
-
49
48
The following diagram illustrates how update management center (preview) assesses and applies updates to all Azure machines and Arc-enabled servers for both Windows and Linux.
50
49
51
50

@@ -55,7 +54,7 @@ To support management of your Azure VM or non-Azure machine, update management c
55
54
-[Azure virtual machine Windows agent](../virtual-machines/extensions/agent-windows.md) or [Azure virtual machine Linux agent](../virtual-machines/extensions/agent-linux.md) for Azure VMs.
56
55
-[Azure arc-enabled servers agent](../azure-arc/servers/agent-overview.md) for non-Azure Linux and Windows machines or physical servers.
57
56
58
-
The extension agent installation and configuration is managed by update management center (preview) and there's no manual intervention required as long as the Azure VM agent or Azure Arc-enabled server agent is functional. The update management center (preview) extension runs code locally on the machine to interact with the operating system, and it includes:
57
+
The extension agent installation and configuration are managed by the update management center (preview). There's no manual intervention required as long as the Azure VM agent or Azure Arc-enabled server agent is functional. The update management center (preview) extension runs code locally on the machine to interact with the operating system, and it includes:
59
58
60
59
- Retrieving the assessment information about status of system updates for it specified by the Windows Update client or Linux package manager.
61
60
- Initiating the download and installation of approved updates with Windows Update client or Linux package manager.
@@ -77,11 +76,9 @@ Along with the prerequisites listed below, see [support matrix](support-matrix.m
77
76
|Azure VM | [Azure Virtual Machine Contributor](../role-based-access-control/built-in-roles.md#virtual-machine-contributor) or Azure [Owner](../role-based-access-control/built-in-roles.md#owner).
78
77
Arc enabled server | [Azure Connected Machine Resource Administrator](../azure-arc/servers/security-overview.md#identity-and-access-control).
79
78
80
-
81
79
### Permissions
82
80
83
-
You need the following permissions to create and manage update deployments. The following table shows the permissions needed when using update management center (preview).
84
-
81
+
You need the following permissions to create and manage update deployments. The following table shows the permissions needed when using the update management center (preview).
85
82
86
83
**Actions** |**Permission** |**Scope** |
87
84
--- | --- | --- |
@@ -94,7 +91,6 @@ You need the following permissions to create and manage update deployments. The
94
91
|Read permission for Maintenance updates resource |*Microsoft.Maintenance/updates/read*|Machine |
95
92
|Read permission for Maintenance apply updates resource |*Microsoft.Maintenance/applyUpdates/read*|Machine |
96
93
97
-
98
94
### Network planning
99
95
100
96
To prepare your network to support update management center (preview), you may need to configure some infrastructure components.
@@ -107,11 +103,10 @@ For Red Hat Linux machines, see [IPs for the RHUI content delivery servers](../v
107
103
108
104
Update management center (preview) supports Azure VMs created using Azure Marketplace images, where the virtual machine agent is already included in the Azure Marketplace image.
109
105
110
-
111
106
## Next steps
112
107
113
108
-[View updates for single machine](view-updates.md)
114
109
-[Deploy updates now (on-demand) for single machine](deploy-updates.md)
0 commit comments