Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Dec 23, 2023
1 parent a70e804 commit 362b9ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ See `scripts/local-gateway` for details on how this is done, the `scripts/local-

#### [📃 Extra Doc: Deployment guide for Kubernetes](./deploy/)

# Running in Azure Container Apps - Quick guide

#### [📃 Extra Doc: Deployment guide for Azure Container Apps](./deploy/container-app/)

# Running Locally - Quick guide

This is a (very) basic guide to running Dapr Store locally. Only instructions for WSL 2/Linux/MacOS are provided. It's advised to only do this if you wish to develop or debug the project.
Expand Down
12 changes: 8 additions & 4 deletions deploy/container-app/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

This folder holds Bicep template and modules to deploy Dapr Store to Azure using the following

- Azure Container Apps - to host all of the services
- Azure Storage - as a state store, using Azure Tables
- Azure Service Bus - for pub-sub
- **Azure Container Apps** - to host all of the services
- **Azure Storage** - as a state store, using Azure Tables
- **Azure Service Bus** - for pub-sub

Note. It doesn't use NGINX for the API gateway, and instead another [reverse proxy called NanoProxy](https://github.com/benc-uk/nanoproxy) is used due to problems getting NGINX to work in Container Apps.

## Deployment

Use the Azure CLI to deploy the template, by default it deploys to a resource group called `dapr-store` you can pick any location you like of course.
Use the Azure CLI to deploy the template, by default it deploys to a resource group called `dapr-store`, which can be changed with the *appName* parameter.
The location for resources will be the same as the location selected for the deployment on the command line.


```bash
cd deploy/container-app
Expand Down

0 comments on commit 362b9ee

Please sign in to comment.