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

Remove sample 4-1 #296

Merged
merged 1 commit into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,6 @@ jobs:
npm audit --production
npm run test --no-watch

- run: |
cd 4-Deployment/1-deploy-storage/SPA
npm ci
npm audit --production
npm run test --no-watch

- run: |
cd 4-Deployment/1-deploy-storage/API
npm ci
npm audit --production
npm run test

- run: |
cd 5-AccessControl/1-call-api-roles/SPA
npm ci
Expand Down
2 changes: 1 addition & 1 deletion 1-Authentication/2-sign-in-b2c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ if (event.payload.idTokenClaims['tfp'] === b2cPolicies.names.editProfile) {
Learn how to:

* [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)
* [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)
* [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)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion 2-Authorization-I/1-call-graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ Learn how to:

* [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)
* [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)
* [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)
* [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)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion 2-Authorization-I/2-call-arm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ const handleSubmit = async (e) => {
Learn how to:

* [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)
* [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)
* [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)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion 3-Authorization-II/2-call-api-b2c/README-incremental.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ For the purpose of the sample, **cross-origin resource sharing** is enabled for

## Next Tutorial

Continue with the next tutorial: [Deploy your apps to Azure](../../4-Deployment/1-deploy-storage/README.md).
Continue with the next tutorial: [Deploy your apps to Azure](../../4-Deployment/2-deploy-static/README.md).

## More information

Expand Down
1 change: 0 additions & 1 deletion 3-Authorization-II/2-call-api-b2c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ When granting access to data based on scopes, be sure to follow [the principle o

Learn how to:

* [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)
* [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)

## Contributing
Expand Down
22 changes: 0 additions & 22 deletions 4-Deployment/1-deploy-storage/API/config.json

This file was deleted.

62 changes: 0 additions & 62 deletions 4-Deployment/1-deploy-storage/API/index.js

This file was deleted.

Loading