Skip to content

Commit 8d955db

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-dev-docs-pr (branch live)
2 parents b018b8d + 282637b commit 8d955db

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

articles/azure-developer-cli/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
items:
5858
- name: Overview
5959
href: extensions/overview.md
60-
- name: Quickstart - Use the AI extension
60+
- name: Quickstart - Use the demo extension
6161
href: extensions/quickstart-ai-extension.md
6262
- name: Deployment and operations
6363
items:

articles/azure-developer-cli/remote-environments-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Remote Environments Support
33
description: How to use remote environments in `azd` via remote state
4-
author: gkulin
5-
ms.author: gracekulin
4+
author: alexwolfmsft
5+
ms.author: alexwolf
66
ms.date: 9/13/2024
77
ms.service: azure-dev-cli
88
ms.topic: article

articles/azure-developer-cli/resource-group-scoped-deployments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Resource Group Scoped Deployments
33
description: How to deploy templates that target resource group scope instead of subscription scope with the Azure Developer CLI (azd)
4+
author: alexwolfmsft
5+
ms.author: alexwolf
46
ms.date: 09/12/2024
57
ms.service: azure-dev-cli
68
ms.topic: article

articles/azure-developer-cli/supported-languages-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Supported languages and environments
33
description: Details about the Azure Developer CLI's template structure and supported development environments, hosts, and programming languages.
4-
author: gkulin
5-
ms.author: gracekulin
4+
author: alexwolfmsft
5+
ms.author: alexwolf
66
ms.date: 9/13/2024
77
ms.service: azure-dev-cli
88
ms.topic: article

articles/java/identity/enable-spring-boot-webapp-authorization-entra-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ authorization-clients:
306306
307307
[Scopes](/entra/identity-platform/scopes-oidc) tell Microsoft Entra ID the level of access that the application is requesting. For the Microsoft Graph scopes requested by this application, see **application.yml**.
308308
309-
By default, the application sets the scopes value to `https://graph.microsoft.com/User.Read`. The `User.Read` scope is for accessing the information of the current signed-in user from the [/me endpoint](https://graph.microsoft.com/v1.0/me). Valid requests to the [/me endpoint](https://graph.microsoft.com/v1.0/me) must contain the `User.Read` scope.
309+
By default, the application sets the scopes value to `https://graph.microsoft.com/User.Read`. The `User.Read` scope is for accessing the information of the current signed-in user from the [/me endpoint](/graph/api/user-get?tabs=java#example-2-signed-in-user-request). Valid requests to the [/me endpoint](/graph/api/user-get?tabs=java#example-2-signed-in-user-request) must contain the `User.Read` scope.
310310

311311
When a user signs in, Microsoft Entra ID presents a consent dialogue to the user based on the scopes requested by the application. If the user consents to one or more scopes and obtains a token, the scopes-consented-to are encoded into the resulting access token.
312312

0 commit comments

Comments
 (0)