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

Commit 381714b

Browse files
authoredJun 30, 2023
Merge pull request #296 from Azure-Samples/archive-4-2
Remove sample 4-1
2 parents e3c9c6c + 513d6c8 commit 381714b

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

0 commit comments

Comments
 (0)
This repository has been archived.