Skip to content

Commit 7a594dd

Browse files
committed
cleanup
1 parent aa2af9f commit 7a594dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-functions/how-to-create-function-azure-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Create a function in Azure using the Azure CLI"
3-
description: "Learn how to create an Azure Functions code project from the command line using the Azure CLI, then publish the local project to serverless hosting in Azure Functions."
4-
ms.date: 07/07/2025
2+
title: Create a function in Azure from the command line
3+
description: Learn how to create an Azure Functions code project from the command line using Azure Functions Core Tools, create required Azure resources, and then publish the local project to run in Azure Functions.
4+
ms.date: 07/11/2025
55
ms.topic: quickstart
66
ms.custom: devx-track-csharp, devx-track-azurecli, devx-track-azurepowershell, mode-other, devx-track-dotnet
77
zone_pivot_groups: programming-languages-set-functions
@@ -271,7 +271,7 @@ After you successfully created your function app in Azure, you must update the p
271271
|`region` | The region code of your existing function app, such as `eastus`. |
272272
|`deploymentStorageAccount`| The name of your storage account. |
273273
|`deploymentStorageContainer`| The name of the deployment share, which comes after the `\` in the `containerUrl` value you obtained. |
274-
|`userAssignedIdentityResourceId`| The fully qualified ID of your managed identity, which you obtained. |
274+
|`userAssignedIdentityResourceId`| The fully qualified resource ID of your managed identity, which you obtained. |
275275

276276
1. Save your changes to the _pom.xml_ file.
277277

0 commit comments

Comments
 (0)