Skip to content

Commit 6470b78

Browse files
authored
Merge pull request #237098 from MicrosoftDocs/main
5/05 AM Publish
2 parents bca22a7 + d5c9683 commit 6470b78

File tree

91 files changed

+3460
-596
lines changed

Some content is hidden

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

91 files changed

+3460
-596
lines changed

articles/active-directory/app-provisioning/check-status-user-account-provisioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: app-provisioning
99
ms.workload: identity
1010
ms.topic: how-to
11-
ms.date: 05/04/2023
11+
ms.date: 05/05/2023
1212
ms.author: kenwith
1313
ms.reviewer: arvinh
1414
---

articles/active-directory/develop/index-web-api.yml

Lines changed: 42 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ summary: >
88
metadata:
99
author: Dickson-Mwendia
1010
ms.author: dmwendia
11-
ms.date: 04/01/2022
11+
ms.date: 04/28/2023
1212
ms.service: active-directory
1313
ms.subservice: develop
1414
ms.topic: landing-page
@@ -24,20 +24,25 @@ landingContent:
2424
url: web-api-quickstart.md?pivots=devlang-aspnet
2525
- text: ASP.NET Core
2626
url: web-api-quickstart.md?pivots=devlang-aspnet-core
27-
# - title: "Learn by building"
28-
# linkLists:
29-
# - linkListType: tutorial
30-
# links:
31-
# - text:
32-
# url:
33-
# - text:
34-
# url:
35-
# - text:
36-
# url:
27+
- title: "Learn by building"
28+
linkLists:
29+
- linkListType: tutorial
30+
links:
31+
- text: ASP.NET - Register your API
32+
url: web-api-tutorial-01-register-app.md
33+
- text: ASP.NET - Configure your API
34+
url: web-api-tutorial-02-prepare-api.md
35+
- text: ASP.NET - Call your web API
36+
url: web-api-tutorial-03-protect-endpoint.md
37+
3738
- title: "Scenarios in depth"
3839
linkLists:
3940
- linkListType: how-to-guide
4041
links:
42+
- text: Call a Web API with Postman
43+
url: howto-call-a-web-api-with-postman.md
44+
- text: Call a Web API with cURL
45+
url: howto-call-a-web-api-with-curl.md
4146
- text: Protected web API
4247
url: scenario-protected-web-api-overview.md
4348
- text: Web API that calls other web APIs
@@ -67,3 +72,29 @@ landingContent:
6772
# url: index.yml
6873
# - text: $ARTICLE_TITLE
6974
# url: index.yml
75+
76+
## ROW 3 ################################################### ROW 3 ##
77+
# - title: $CARD_TITLE
78+
# linkLists:
79+
# - linkListType: get-started
80+
# links:
81+
# - text: $ARTICLE_TITLE
82+
# url: index.yml
83+
# - text: $ARTICLE_TITLE
84+
# url: index.yml
85+
# - title: $CARD_TITLE
86+
# linkLists:
87+
# - linkListType: get-started
88+
# links:
89+
# - text: $ARTICLE_TITLE
90+
# url: index.yml
91+
# - text: $ARTICLE_TITLE
92+
# url: index.yml
93+
# - title: $CARD_TITLE
94+
# linkLists:
95+
# - linkListType: get-started
96+
# links:
97+
# - text: $ARTICLE_TITLE
98+
# url: index.yml
99+
# - text: $ARTICLE_TITLE
100+
# url: index.yml

articles/active-directory/develop/index-web-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ summary: >
88
metadata:
99
author: Dickson-Mwendia
1010
ms.author: dmwendia
11-
ms.date: 04/01/2022
11+
ms.date: 04/28/2022
1212
ms.service: active-directory
1313
ms.subservice: develop
1414
ms.topic: landing-page

articles/active-directory/develop/index.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ metadata:
1616
author: Dickson-Mwendia
1717
manager: CelesteDG
1818
ms.author: dmwendia
19-
ms.date: 11/11/2022
19+
ms.date: 04/28/2023
2020
ms.service: active-directory
2121
ms.subservice: develop
2222
ms.topic: hub-page
@@ -117,11 +117,11 @@ conceptualContent:
117117
## CARD 2 ######################
118118
- title: Protect a web API
119119
links:
120-
- text: Register an API with the identity platform
120+
- text: Configure an application to expose a web API
121121
url: quickstart-configure-app-expose-web-apis.md
122122
itemType: quickstart
123-
- text: Protect an API in code
124-
url: web-api-quickstart.md
123+
- text: Build a protected web API
124+
url: web-api-tutorial-01-register-app.md
125125
itemType: quickstart
126126
- text: Call an API from a non-interactive app or script
127127
url: console-app-quickstart.md
@@ -155,40 +155,40 @@ conceptualContent:
155155

156156
## BAND 4 - TOOLS ###########################################################################################################################################
157157
tools:
158-
title: Microsoft authentication libraries on GitHub
158+
title: Microsoft authentication libraries
159159
summary: >
160-
The open-source Microsoft Authentication Library (MSAL) is hosted on GitHub. Built and supported by Microsoft,
161-
we recommend MSAL for any app that uses theMicrosoft identity platform for authentication and authorization.
160+
The open-source Microsoft Authentication Library (MSAL) is built and supported by Microsoft.
161+
We recommend MSAL for any app that uses the Microsoft identity platform for authentication and authorization.
162162
items:
163163
## ROW 1 ######################
164164
- title: .NET
165-
url: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet
165+
url: /entra/msal/dotnet
166166
imageSrc: /media/logos/logo_Csharp.svg
167167
- title: Android
168168
url: https://github.com/AzureAD/microsoft-authentication-library-for-android
169169
imageSrc: ./media/hub/android.svg
170170
- title: Angular
171-
url: https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-angular
171+
url: /javascript/api/@azure/msal-angular/
172172
imageSrc: ./media/hub/angular.svg
173173
## ROW 2 ######################
174174
- title: iOS & macOS
175175
url: https://github.com/AzureAD/microsoft-authentication-library-for-objc
176176
imageSrc: /media/logos/logo_ios.svg
177177
- title: Java
178-
url: https://github.com/AzureAD/microsoft-authentication-library-for-java
178+
url: /java/api/com.microsoft.aad.msal4j
179179
imageSrc: /media/logos/logo_java.svg
180180
- title: JavaScript
181-
url: https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-browser
181+
url: /javascript/api/overview/msal-overview
182182
imageSrc: /media/logos/logo_js.svg
183183
## ROW 3 ######################
184184
- title: Node.js
185-
url: https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node
185+
url: /javascript/api/@azure/msal-node
186186
imageSrc: ./media/hub/node.svg
187187
- title: Python
188-
url: https://github.com/AzureAD/microsoft-authentication-library-for-python
188+
url: /python/api/msal/overview-msal
189189
imageSrc: /media/logos/logo_python.svg
190190
- title: React
191-
url: https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-react
191+
url: /javascript/api/@azure/msal-react
192192
imageSrc: ./media/hub/react.svg
193193
## BAND 4 - TOOLS END #######################################################################################################################################
194194

articles/active-directory/develop/quickstart-create-new-tenant.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: "Quickstart: Create an Azure Active Directory tenant"
33
description: In this quickstart, you learn how to create an Azure Active Directory tenant for use in developing applications that use the Microsoft identity platform for authentication and authorization.
44
services: active-directory
5-
author: rwike77
5+
author: OwenRichards1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.workload: identity
1010
ms.topic: quickstart
11-
ms.date: 02/17/2023
11+
ms.date: 04/19/2023
1212
ms.author: ryanwi
1313
ms.reviewer: jmprieur
1414
ms.custom: aaddev, identityplatformtop40, fasttrack-edit, mode-other
@@ -78,4 +78,4 @@ To begin building external facing applications that sign in social and local acc
7878
## Next steps
7979

8080
> [!div class="nextstepaction"]
81-
> [Register an app](quickstart-register-app.md) to integrate with Microsoft identity platform.
81+
> [Register an app](quickstart-register-app.md)

articles/active-directory/develop/sample-v2-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: sample
1111
ms.workload: identity
12-
ms.date: 03/10/2023
12+
ms.date: 04/19/2023
1313
ms.author: owenrichards
1414
ms.reviewer: jmprieur
1515
ms.custom: aaddev, identityplatformtop40

articles/active-directory/develop/v2-overview.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: overview
1111
ms.workload: identity
12-
ms.date: 11/16/2022
12+
ms.date: 04/28/2023
1313
ms.author: owenrichards
1414
ms.reviewer: saeeda
1515
# Customer intent: As an application developer, I want a quick introduction to the Microsoft identity platform so I can decide if this platform meets my application development requirements.
@@ -49,6 +49,12 @@ Choose your preferred [application scenario](authentication-flows-app-scenarios.
4949
- [Daemon app](scenario-daemon-overview.md)
5050
- [Mobile app](scenario-mobile-overview.md)
5151

52+
For a more in-depth look at building applications using the Microsoft identity platform, see our multipart tutorial series for the following applications:
53+
54+
- [React Single-page app (SPA)](single-page-app-tutorial-01-register-app.md)
55+
- [.NET Web app](web-app-tutorial-01-register-application.md)
56+
- [.NET Web API](web-api-tutorial-01-register-app.md)
57+
5258
As you work with the Microsoft identity platform to integrate authentication and authorization in your apps, you can refer to this image that outlines the most common app scenarios and their identity components. Select the image to view it full-size.
5359

5460
[![Metro map showing several application scenarios in Microsoft identity platform](./media/v2-overview/application-scenarios-identity-platform.png)](./media/v2-overview/application-scenarios-identity-platform.png#lightbox)

articles/active-directory/saas-apps/snowflake-provisioning-tutorial.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ ms.author: thwimmer
1717

1818
This tutorial demonstrates the steps that you perform in Snowflake and Azure Active Directory (Azure AD) to configure Azure AD to automatically provision and deprovision users and groups to [Snowflake](https://www.Snowflake.com/pricing/). For important details on what this service does, how it works, and frequently asked questions, see [What is automated SaaS app user provisioning in Azure AD?](../app-provisioning/user-provisioning.md).
1919

20-
> [!NOTE]
21-
> This connector is currently in public preview. For information about terms of use, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22-
2320
## Capabilities supported
2421

2522
> [!div class="checklist"]

articles/app-service/reference-app-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ This section shows the configurable runtime settings for each supported language
192192
| `AZURE_TOMCAT90_HOME` | Read-only. For native Windows apps, path to the Tomcat 9 installation. | |
193193
| `AZURE_SITE_HOME` | The value added to the Java args as `-Dsite.home`. The default is the value of `HOME`. | |
194194
| `HTTP_PLATFORM_PORT` | Added to Java args as `-Dport.http`. The following environment variables used by different Java web frameworks are also set to this value: `SERVER_PORT`, `MICRONAUT_SERVER_PORT`, `THORNTAIL_HTTP_PORT`, `RATPACK_PORT`, `QUARKUS_HTTP_PORT`, `PAYARAMICRO_PORT`. ||
195-
| `AZURE_LOGGING_DIR` | Native Windows apps only. Added to Java args as `-Dsite.logdir`. The default is `%HOME%\LogFiles\`. ||
195+
| `AZURE_LOGGING_DIR` | For Windows Apps, added to Java args as `-Dsite.logdir`. The default is `%HOME%\LogFiles\`. Default value in Linux is `AZURE_LOGGING_DIR=/home/LogFiles`. ||
196196

197197
<!--
198198
WEBSITE_JAVA_COPY_ALL

articles/application-gateway/ingress-controller-annotations.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ appgw.ingress.kubernetes.io/backend-path-prefix: <path prefix>
4242
### Example
4343
4444
```yaml
45-
apiVersion: apiVersion: networking.k8s.io/v1
45+
apiVersion: networking.k8s.io/v1
4646
kind: Ingress
4747
metadata:
4848
name: go-server-ingress-bkprefix
@@ -85,7 +85,7 @@ appgw.ingress.kubernetes.io/ssl-redirect: "true"
8585
### Example
8686

8787
```yaml
88-
apiVersion: apiVersion: networking.k8s.io/v1
88+
apiVersion: networking.k8s.io/v1
8989
kind: Ingress
9090
metadata:
9191
name: go-server-ingress-redirect
@@ -124,7 +124,7 @@ appgw.ingress.kubernetes.io/connection-draining-timeout: "60"
124124
### Example
125125

126126
```yaml
127-
apiVersion: apiVersion: networking.k8s.io/v1
127+
apiVersion: networking.k8s.io/v1
128128
kind: Ingress
129129
metadata:
130130
name: go-server-ingress-drain
@@ -159,7 +159,7 @@ appgw.ingress.kubernetes.io/cookie-based-affinity: "true"
159159
### Example
160160

161161
```yaml
162-
apiVersion: apiVersion: networking.k8s.io/v1
162+
apiVersion: networking.k8s.io/v1
163163
kind: Ingress
164164
metadata:
165165
name: go-server-ingress-affinity
@@ -193,7 +193,7 @@ appgw.ingress.kubernetes.io/request-timeout: "20"
193193
### Example
194194

195195
```yaml
196-
apiVersion: apiVersion: networking.k8s.io/v1
196+
apiVersion: networking.k8s.io/v1
197197
kind: Ingress
198198
metadata:
199199
name: go-server-ingress-timeout
@@ -231,7 +231,7 @@ appgw.ingress.kubernetes.io/use-private-ip: "true"
231231
### Example
232232

233233
```yaml
234-
apiVersion: apiVersion: networking.k8s.io/v1
234+
apiVersion: networking.k8s.io/v1
235235
kind: Ingress
236236
metadata:
237237
name: go-server-ingress-timeout
@@ -270,7 +270,7 @@ appgw.ingress.kubernetes.io/backend-protocol: "https"
270270
### Example
271271

272272
```yaml
273-
apiVersion: apiVersion: networking.k8s.io/v1
273+
apiVersion: networking.k8s.io/v1
274274
kind: Ingress
275275
metadata:
276276
name: go-server-ingress-timeout

0 commit comments

Comments
 (0)