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-code-to-cloud.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To complete this project, you'll need the following items:
29
29
| Requirement | Instructions |
30
30
|--|--|
31
31
| Azure account | If you don't have one, [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). You need the *Contributor* or *Owner* permission on the Azure subscription to proceed. <br><br>Refer to [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md?tabs=current) for details. |
32
-
| GitHub Account |Sign up for [free](https://github.com/join). |
32
+
| GitHub Account | Get an account for [free](https://github.com/join). |
| Azure CLI | Install the [Azure CLI](/cli/azure/install-azure-cli).|
35
35
@@ -40,7 +40,7 @@ To complete this project, you'll need the following items:
40
40
| Requirement | Instructions |
41
41
|--|--|
42
42
| Azure account | If you don't have one, [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). 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. |
43
-
| GitHub Account |Sign up for [free](https://github.com/join). |
43
+
| GitHub Account |Get an account for [free](https://github.com/join). |
| Azure CLI | Install the [Azure CLI](/cli/azure/install-azure-cli).|
46
46
| Docker Desktop | Docker provides installers that configure the Docker environment on [macOS](https://docs.docker.com/docker-for-mac/), [Windows](https://docs.docker.com/docker-for-windows/), and [Linux](https://docs.docker.com/engine/installation/#supported-platforms). <br><br>From your command prompt, type `docker` to ensure Docker is running. |
@@ -316,11 +316,11 @@ az containerapp create \
316
316
317
317
* The `target-port` is set to `3500` to match the port that the container is listening to for requests.
318
318
319
-
* Without a `query` property, the call to `az containerapp create` returns a JSON response that includes a rich set of details about the application. By adding a query, this command filters the response down to just the app's fully qualified domain name (FQDN).
319
+
* Without a `query` property, the call to `az containerapp create` returns a JSON response that includes a rich set of details about the application. Adding a query parameter filters the output to just the app's fully qualified domain name (FQDN).
320
320
321
321
# [Azure PowerShell](#tab/azure-powershell)
322
322
323
-
To create the container app, create template objects that you will pass in as arguments to the `New-AzContainerApp` command.
323
+
To create the container app, create template objects that you'll pass in as arguments to the `New-AzContainerApp` command.
324
324
325
325
Create a template object to define your container image parameters.
0 commit comments