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

Commit

Permalink
Update Deploy-websites-services.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno authored Dec 10, 2021
1 parent 925b5c7 commit d78beb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Deploy-websites-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ Go ahead and add the following GitHub secrets. Some of the values need to be uni
- `KUBERNETES_ENV_NAME`: Provide a Container apps environment name. For e.g,.`podcastskve`
- `WORKSPACE_NAME`: Provide a Log Analytics workspace name. For e.g., `podcastslogs`
- `SERVICE_PLAN_NAME`: Provide a Service plan name. For e.g., `podcastappserviceplan`
- `SERVICE_PLAN_SKU`: Provide a preferred SKU for the service plan. For e.g., `S3`.
- `SERVICE_PLAN_SKU`: Provide a preferred SKU for the service plan. For e.g., `S1`.
- `HUB_WEBAPP_NAME`: Provide a Web App name for Listen Together SignalR Hub. _This needs to be unique_. For e.g., `yourname-podcasthub`
- `WEBAPP_NAME`: Provide a Web App name for the the websites._This needs to be unique_. For e.g., `yourname-podcastwebapp`

Once configured correctly, you should be having 13 secrets. Here's our list for reference:

![Configured GitHub Secrets](docs/gh-configured-secrets.png)

That's it! You're all set. Now, let's run the configured Workflows, one by one, to deploy the Websites and Backend services.
That's it! You're all set. Now, let's run the configured Workflows, one by one, to deploy the Websites and Backend services. Be cognizant of pricing tiers for different services. You may want to adjust your App Service plan and database tiers to control costs.

### Enable the GitHub Workflows and run one by one

Expand Down

0 comments on commit d78beb5

Please sign in to comment.