Skip to content

Commit dd83daa

Browse files
committed
minor tweaks
1 parent f236991 commit dd83daa

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

articles/azure-functions/functions-deploy-container-apps.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,6 @@ In the [`az functionapp create`](/cli/azure/functionapp#az-functionapp-create) c
160160

161161
Specifying `--workload-profile-name "Consumption"` creates your app in an environment using the default `Consumption` workload profile, which costs the same as running in a Container Apps Consumption plan. When you first create the function app, it pulls the initial image from your registry.
162162

163-
<!--- CI/CD isn't yet supported:
164-
You can also [Enable continuous deployment](./functions-how-to-custom-container.md#enable-continuous-deployment-to-azure) to Azure from Docker Hub.-->
165-
166163
At this point, your functions are running in a Container Apps environment, with the required application settings already added. When needed, you can add other settings in your functions app in the standard way for Functions. For more information, see [Use application settings](functions-how-to-use-azure-function-app-settings.md#settings).
167164

168165
>[!TIP]

articles/azure-functions/functions-how-to-custom-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The specified image version is deployed to your app.
147147
:::zone pivot="azure-functions"
148148
You should also consider [enabling continuous deployment](#enable-continuous-deployment-to-azure).
149149
::: zone-end
150-
:::zone pivot="azure-functions"
150+
:::zone pivot="azure-functions, container-apps"
151151
## Azure portal create using containers
152152

153153
When you create a function app in the [Azure portal], you can choose to deploy the function app from an image in a container registry. To learn how to create a containerized function app in a container registry, see [Create your function app in a container](#create-your-function-app-in-a-container).

0 commit comments

Comments
 (0)