Skip to content
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
6 changes: 6 additions & 0 deletions samples/web-app-cosmosdb-mongodb-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Before installing the sample, make sure to create an [Azure Kubernetes Service (

All commands below are run from this sample's `scripts/` folder.

## Architecture

The following diagram illustrates the architecture of the solution:

![Architecture Diagram](./images/architecture.png)

## Deployment workflow

Run the numbered scripts in order from the `scripts/` folder:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions samples/web-app-cosmosdb-nosql-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ All commands below are run from this sample's `scripts/` folder.

> LocalStack note: when running against the emulator, the `LOCALSTACK_URL` variable in [`00-variables.sh`](scripts/00-variables.sh) triggers installation of the LocalStack root CA so the app trusts the emulated endpoint. Set it to an empty value when targeting real Azure.

## Architecture

The following diagram illustrates the architecture of the solution:

![Architecture Diagram](./images/architecture.png)

## Deployment workflow

Run the numbered scripts in order from the `scripts/` folder:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions samples/web-app-in-cluster-postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Before installing the sample, make sure to create an [Azure Kubernetes Service (

All commands below are run from this sample's `scripts/` folder.

## Architecture

The following diagram illustrates the architecture of the solution:

![Architecture Diagram](./images/architecture.png)
Comment on lines +14 to +18

## Deployment workflow

Run the numbered scripts in order from the `scripts/` folder:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions samples/web-app-managed-identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Before installing the sample, make sure to create an [Azure Kubernetes Service (

Both scripts enable the OIDC issuer and workload identity that this sample relies on. If you enable the Gateway path, also install the [Gateway API](https://gateway-api.sigs.k8s.io/) and [cert-manager](https://cert-manager.io/) add-ons from the root `scripts/` folder. All commands below are run from this sample's `scripts/` folder.

## Architecture

The following diagram illustrates the architecture of the solution:

![Architecture Diagram](./images/architecture.png)
Comment on lines +16 to +20

## Deployment workflow

Run the numbered scripts in order from the `scripts/` folder:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions samples/web-app-mysql-flexible-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ The `01-deploy-resources.sh` script needs the `mysql` client installed on the ho

All commands below are run from this sample's `scripts/` folder.

## Architecture

The following diagram illustrates the architecture of the solution:

![Architecture Diagram](./images/architecture.png)

## Deployment workflow

Run the numbered scripts in order from the `scripts/` folder:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions samples/web-app-postgresql-flexible-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Before installing the sample, make sure to create an [Azure Kubernetes Service (

All commands below are run from this sample's `scripts/` folder.

## Architecture

The following diagram illustrates the architecture of the solution:

![Architecture Diagram](./images/architecture.png)
Comment on lines +14 to +18

## Deployment workflow

Run the numbered scripts in order from the `scripts/` folder:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions samples/web-app-sql-database/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Before installing the sample, make sure to create an [Azure Kubernetes Service (

All commands below are run from this sample's `scripts/` folder.

## Architecture

The following diagram illustrates the architecture of the solution:

![Architecture Diagram](./images/architecture.png)

## Deployment workflow

Run the numbered scripts in order from the `scripts/` folder:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions samples/web-app-storage-account/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Before installing the sample, make sure to create an [Azure Kubernetes Service (

All commands below are run from this sample's `scripts/` folder.

## Architecture

The following diagram illustrates the architecture of the solution:

![Architecture Diagram](./images/architecture.png)

## Deployment workflow

Run the numbered scripts in order from the `scripts/` folder:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.