Skip to content

Commit 9255b55

Browse files
committed
one more fix
1 parent bbcfb43 commit 9255b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ At this point, the Functions host is able to connect to the storage account secu
217217
::: zone pivot="programming-language-java"
218218
## Update the pom.xml file
219219

220-
After you successfully created your function app in Azure, you must update the pom.xml file so that Maven can deploy to your new app. Otherwise, it creates new set of Azure resources.
220+
After you successfully created your function app in Azure, you must update the pom.xml file so that Maven can deploy to your new app. Otherwise, it creates new set of Azure resources during deployment.
221221

222222
1. In Azure Cloud Shell, use this [`az functionapp show`](/cli/azure/functionapp#az-functionapp-show) command to get the deployment container URL and ID of the new user-assigned managed identity:
223223

0 commit comments

Comments
 (0)