You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/quickstart-scaling.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ In this tutorial, you add an HTTP scale rule to your container app and observe h
22
22
| Requirement | Instructions |
23
23
|--|--|
24
24
| Azure account | If you don't have an Azure account, you can [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). <br><br>You need the *Contributor* or *Owner* permission on the Azure subscription to proceed. Refer to [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md?tabs=current) for details. |
25
+
| GitHub Account | Get one for [free](https://github.com/join). |
25
26
| Azure CLI | Install the [Azure CLI](/cli/azure/install-azure-cli). |
26
27
27
28
## Setup
@@ -99,6 +100,12 @@ az provider register --namespace Microsoft.OperationalInsights
99
100
100
101
---
101
102
103
+
## Prepare the GitHub repository
104
+
105
+
In a browser window, go to the GitHub repository and fork the repository. For this tutorial, we will simply use the C# repository, because the programming language does not matter to the tutorial.
106
+
107
+
Select the **Fork** button at the top of the [album API repo](https://github.com/azure-samples/containerapps-albumapi-csharp) to fork the repo to your account.
108
+
102
109
## Create and deploy the container app
103
110
104
111
Create and deploy your container app with the `containerapp up` command. This command creates:
@@ -111,6 +118,8 @@ If any of these resources already exist, the command uses them instead of creati
111
118
112
119
Lastly, the command creates and deploys the container app using a public container image.
113
120
121
+
Replace the `<YOUR_GITHUB_REPOSITORY_NAME>` with your GitHub repository name in the form of `https://github.com/<owner>/containerapps-albumapi-csharp` or `<owner>/containerapps-albumapi-csharp`.
0 commit comments