Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 513d6c8

Browse files
committed
remove 4-1
1 parent e3c9c6c commit 513d6c8

Some content is hidden

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

43 files changed

+4
-55461
lines changed

Diff for: .github/workflows/node.js.yml

-12
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,6 @@ jobs:
6767
npm audit --production
6868
npm run test --no-watch
6969
70-
- run: |
71-
cd 4-Deployment/1-deploy-storage/SPA
72-
npm ci
73-
npm audit --production
74-
npm run test --no-watch
75-
76-
- run: |
77-
cd 4-Deployment/1-deploy-storage/API
78-
npm ci
79-
npm audit --production
80-
npm run test
81-
8270
- run: |
8371
cd 5-AccessControl/1-call-api-roles/SPA
8472
npm ci

Diff for: 1-Authentication/2-sign-in-b2c/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ if (event.payload.idTokenClaims['tfp'] === b2cPolicies.names.editProfile) {
375375
Learn how to:
376376
377377
* [React single-page application using MSAL React to authorize users for calling a protected web API on Azure AD B2C](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/3-Authorization-II/2-call-api-b2c)
378-
* [Deploy your React Application to Azure Cloud and use Azure services to manage your operations](../../../ms-identity-javascript-react-tutorial/4-Deployment/1-deploy-storage/README.md)
378+
* [Deploy your React Application to Azure Cloud and use Azure services to manage your operations](../../../ms-identity-javascript-react-tutorial/4-Deployment/2-deploy-static/README.md)
379379
380380
## Contributing
381381

Diff for: 2-Authorization-I/1-call-graph/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ Learn how to:
476476

477477
* [Use MSAL React to authorize users to call a protected web API on Azure Active Directory](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/3-Authorization-II/1-call-api)
478478
* [Use MSAL React to authorize users for calling a protected web API on Azure AD B2C](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/3-Authorization-II/2-call-api-b2c)
479-
* [Deploy your React Application to Azure Cloud and use Azure services to manage your operations](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/4-Deployment/1-deploy-storage)
479+
* [Deploy your React Application to Azure Cloud and use Azure services to manage your operations](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/4-Deployment/2-deploy-static)
480480

481481
## Contributing
482482

Diff for: 2-Authorization-I/2-call-arm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ const handleSubmit = async (e) => {
447447
Learn how to:
448448

449449
* [Use MSAL React to authorize users to call a protected web API on Azure Active Directory](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/3-Authorization-II/1-call-api)
450-
* [Deploy your React Application to Azure Cloud and use Azure services to manage your operations](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/4-Deployment/1-deploy-storage)
450+
* [Deploy your React Application to Azure Cloud and use Azure services to manage your operations](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/4-Deployment/2-deploy-static)
451451

452452
## Contributing
453453

Diff for: 3-Authorization-II/2-call-api-b2c/README-incremental.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ For the purpose of the sample, **cross-origin resource sharing** is enabled for
243243
244244
## Next Tutorial
245245
246-
Continue with the next tutorial: [Deploy your apps to Azure](../../4-Deployment/1-deploy-storage/README.md).
246+
Continue with the next tutorial: [Deploy your apps to Azure](../../4-Deployment/2-deploy-static/README.md).
247247
248248
## More information
249249

Diff for: 3-Authorization-II/2-call-api-b2c/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ When granting access to data based on scopes, be sure to follow [the principle o
364364

365365
Learn how to:
366366

367-
* [Deploy your React Application to Azure Cloud using Azure Storage and Azure App Service](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/blob/main/4-Deployment/1-deploy-storage/README.md)
368367
* [Deploy your React Application to Azure Cloud using the Azure Static Web Apps service](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/4-Deployment/2-deploy-static)
369368

370369
## Contributing

Diff for: 4-Deployment/1-deploy-storage/API/config.json

-22
This file was deleted.

Diff for: 4-Deployment/1-deploy-storage/API/index.js

-62
This file was deleted.

0 commit comments

Comments
 (0)