Skip to content

Commit 09d32ae

Browse files
Merge pull request #271933 from RyanHill-MSFT/issues/121192-resourcegroupnotfound
(ACES-Core) update quickstart-code-to-cloud.md
2 parents 765c912 + 2b810f2 commit 09d32ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/quickstart-code-to-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ In the following code example, the `.` (dot) tells `containerapp up` to run in t
259259
```azurecli
260260
az containerapp up \
261261
--name $API_NAME \
262-
--resource-group $RESOURCE_GROUP \
263262
--location $LOCATION \
264263
--environment $ENVIRONMENT \
265264
--source .
@@ -271,13 +270,14 @@ az containerapp up \
271270
```azurecli
272271
az containerapp up \
273272
--name $API_NAME \
274-
--resource-group $RESOURCE_GROUP \
275273
--location $LOCATION \
276274
--environment $ENVIRONMENT \
277275
--ingress external \
278276
--target-port 8080 \
279277
--source .
280278
```
279+
> [!IMPORTANT]
280+
> In order to deploy your container app to an existing resource group, include `--resource-group yourResourceGroup` to the `containerapp up` command.
281281
282282
::: zone-end
283283

0 commit comments

Comments
 (0)