Skip to content

Commit 115101d

Browse files
committed
removing files, updating redirection, adding howto prereq
1 parent ee7ac3a commit 115101d

File tree

5 files changed

+12
-1138
lines changed

5 files changed

+12
-1138
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22048,6 +22048,16 @@
2204822048
"redirect_url": "/azure/active-directory/develop/web-app-quickstart?pivots=devlang-nodejs-msal",
2204922049
"redirect_document_id": false
2205022050
},
22051+
{
22052+
"source_path_from_root": "/articles/active-directory/develop/tutorial-v2-asp-webapp.md",
22053+
"redirect_url": "/azure/active-directory/develop/web-app-tutorial-01-register-application",
22054+
"redirect_document_id": false
22055+
},
22056+
{
22057+
"source_path_from_root": "/articles/active-directory/develop/tutorial-v2-react.md",
22058+
"redirect_url": "/azure/active-directory/develop/single-page-app-tutorial-01-register-app",
22059+
"redirect_document_id": false
22060+
},
2205122061
{
2205222062
"source_path_from_root": "/articles/networking/azure-orbital-overview.md",
2205322063
"redirect_url": "/azure/orbital/overview",

articles/active-directory/develop/howto-call-a-web-api-with-curl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This article shows you how to call a protected ASP.NET Core web API using Client
3636
- Application developer
3737
- Cloud application administrator
3838
- [Download and install cURL](https://curl.se/download.html) on your workstation computer.
39+
- A minimum requirement of [.NET Core 6.0 SDK](https://dotnet.microsoft.com/download/dotnet).
3940

4041
::: zone-end
4142

articles/active-directory/develop/howto-call-a-web-api-with-postman.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This article shows you how to call a protected ASP.NET Core web API using [Postm
3636
- Application developer
3737
- Cloud application administrator
3838
- [Download and install Postman](https://www.postman.com/downloads/).
39+
- A minimum requirement of [.NET Core 6.0 SDK](https://dotnet.microsoft.com/download/dotnet).
3940

4041
::: zone-end
4142

0 commit comments

Comments
 (0)