Skip to content

Commit 15ccfd4

Browse files
committed
more fixes
1 parent d7936cd commit 15ccfd4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ When using this article, keep these considerations in mind:
4444
+ Examples are shown as individual sections for specific resources. For a broad set of complete Bicep file and ARM template examples, see [these function app deployment examples](/samples/browse/?expanded=azure&terms=%22azure%20functions%22&products=azure-resource-manager).
4545
::: zone-end
4646
::: zone pivot="flex-consumption-plan"
47-
+ Examples are shown as individual sections for specific resources. For a broad set of complete Bicep file and ARM template examples, see [these Flex Consumption app deployment examples](/samples/browse/?expanded=azure&terms=%22azure%20functions%20flex%22&products=azure-resource-manager).
47+
+ Examples are shown as individual sections for specific resources. For Bicep, [Azure Verified Modules (AVM)](https://azure.github.io/Azure-Verified-Modules/) are shown, when available. For a broad set of complete Bicep file and ARM template examples, see [these Flex Consumption app deployment examples](/samples/browse/?expanded=azure&terms=%22azure%20functions%20flex%22&products=azure-resource-manager).
4848
::: zone-end
4949
::: zone pivot="container-apps,azure-arc"
5050
+ Examples are shown as individual sections for specific resources.
@@ -177,9 +177,9 @@ This example shows how to create a container in the storage account:
177177

178178
### [Bicep](#tab/bicep)
179179

180-
:::code language="bicep" source="~/function-flex-consumption/IaC/bicep/main.bicep" range="33-53" :::
180+
:::code language="bicep" source="~/function-flex-consumption/IaC/bicep/main.bicep" range="133-153" :::
181181

182-
This example uses the [Azure Verified Modules (AVM) module for storage accounts](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account). For the snippet in context, see [this deployment example](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/IaC/bicep/main.bicep#L133).
182+
This example shows how to use the [AVM for storage accounts](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account) to create the blob storage container along with the storage account. For the snippet in context, see [this deployment example](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/IaC/bicep/main.bicep#L133).
183183

184184
### [ARM template](#tab/json)
185185

@@ -322,7 +322,7 @@ This example section creates a Flex Consumption plan:
322322

323323
:::code language="bicep" source="~/function-flex-consumption/IaC/bicep/main.bicep" range="156-170" :::
324324

325-
This example uses the [AVM module for App Service plans](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/serverfarm). For the snippet in context, see [this deployment example](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/IaC/bicep/main.bicep#L156).
325+
This example uses the [AVM for App Service plans](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/serverfarm). For the snippet in context, see [this deployment example](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/IaC/bicep/main.bicep#L156).
326326

327327
### [ARM template](#tab/json)
328328

@@ -797,7 +797,7 @@ Flex Consumption replaces many of the standard application settings and site con
797797

798798
:::code language="bicep" source="~/function-flex-consumption/IaC/bicep/main.bicep" range="173-215" :::
799799

800-
This example uses the [AVM module for function apps](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/serverfarm). For the snippet in context, see [this deployment example](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/IaC/bicep/main.bicep#L173).
800+
This example uses the [AVM for function apps](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/serverfarm). For the snippet in context, see [this deployment example](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/IaC/bicep/main.bicep#L173).
801801

802802
### [ARM template](#tab/json)
803803

@@ -1214,7 +1214,7 @@ Your Bicep file or ARM template can optionally also define a deployment for your
12141214
::: zone pivot="flex-consumption-plan"
12151215
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).
12161216

1217-
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.
1217+
You must use _[one deploy](functions-deployment-technologies.md#one-deploy)_ to publish your code package to the deployment container. During an ARM template 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.
12181218

12191219
### Deployment container
12201220

@@ -1226,7 +1226,7 @@ This example uses a system assigned managed identity to access the specified blo
12261226

12271227
:::code language="bicep" source="~/function-flex-consumption/IaC/bicep/main.bicep" range="185-194" :::
12281228

1229-
This example uses the [AVM module for App Service plans](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/serverfarm). For the snippet in context, see [this deployment example](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/IaC/bicep/main.bicep#L156).
1229+
This example uses the [AVM for function apps](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/site). For the snippet in context, see [this deployment example](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/IaC/bicep/main.bicep#L185).
12301230

12311231
### [ARM template](#tab/json)
12321232

@@ -1240,7 +1240,7 @@ When using managed identities, you must also enable the function app to access t
12401240

12411241
:::code language="bicep" source="~/function-flex-consumption/IaC/bicep/rbac.bicep" range="45-55" :::
12421242

1243-
This example uses the [AVM module for resource-scoped role assignment](https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/authorization/resource-role-assignment). For the snippet in context, see [this deployment example](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/IaC/bicep/rbac.bicep#L45).
1243+
This example uses the [AVM for resource-scoped role assignment](https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/authorization/resource-role-assignment). For the snippet in context, see [this deployment example](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/IaC/bicep/rbac.bicep#L45).
12441244

12451245
### [ARM template](#tab/json)
12461246

@@ -1422,7 +1422,7 @@ Keep the following things in mind when including zip deployment resources in you
14221422

14231423
+ Make sure to always set all required application settings in the `appSettings` collection when adding or updating settings. Existing settings not explicitly set are removed by the update. For more information, see [Application configuration](#application-configuration).
14241424

1425-
+ Functions doesn't support Web Deploy (msdeploy) for package deployments. You must instead use zip deployment in your deployment pipelines and automation. For more information, see [Zip deployment for Azure Functions](deployment-zip-push.md).
1425+
+ Functions doesn't support Web Deploy (`msdeploy`) for package deployments. You must instead use zip deployment in your deployment pipelines and automation. For more information, see [Zip deployment for Azure Functions](deployment-zip-push.md).
14261426

14271427
## Remote builds
14281428

0 commit comments

Comments
 (0)