Skip to content

Commit 81381b6

Browse files
authored
Apply suggestions from code review
1 parent df6d8ad commit 81381b6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/azure-functions/functions-infrastructure-as-code.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,10 +1208,9 @@ Your Bicep file or ARM template can optionally also define a deployment for your
12081208
+ [Linux container](./functions-how-to-custom-container.md)
12091209
::: zone-end
12101210
::: zone pivot="flex-consumption-plan"
1211-
In the Flex Consumption plan, your project code is deployed from a zip-compressed package published to a Blob storage container. Deployment of your code to this container is done using _[one deploy](./functions-deployment-technologies.md#one-deploy)_. For more information, see [Deployment](flex-consumption-plan.md#deployment).
1211+
The Flex Consumption plan maintains your project code in zip-compressed package file in a blob storage container known as the _deployment container_. You can configure both the storage account and container used for deployment. For more information, see [Deployment](flex-consumption-plan.md#deployment).
12121212

1213-
>[!IMPORTANT]
1214-
>Don't upload your compressed deployment package directly in the deployment container. When you do this, your updated package won't get automatically deployed. You must instead define a package source that gets sent to the deployment container using one deploy.
1213+
You must use _[one deploy](functions-deployment-technologies.md#one-deploy)_ to publish your code package to the deployment container. During an ARM or Bicep deployment, you can do this by [defining a package source](#deployment-package) that uses the `/onedeploy` extension. If you choose to instead directly upload your package to the container, the package doesn't get automatically deployed.
12151214

12161215
### Deployment container
12171216

0 commit comments

Comments
 (0)