Skip to content

Commit 3e13ece

Browse files
authored
Merge pull request #45242 from andresnava/patch-171
Remove extra word "the"
2 parents 312496a + eaf3cfd commit 3e13ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-create-first-java-maven.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ After the deployment completes, you see the URL you can use to access your funct
146146

147147
<!--- We can updates this to remove portal dependency after the Maven archetype returns the full URLs with keys on publish (https://github.com/microsoft/azure-maven-plugins/issues/571). -->
148148

149-
You can get the URL required to the trigger your function, with the function key, from the Azure portal.
149+
You can get the URL required to trigger your function, with the function key, from the Azure portal.
150150

151151
1. Browse to the [Azure portal], sign in, type the _appName_ of your function app into **Search** at the top of the page, and press enter.
152152

@@ -181,4 +181,4 @@ You've created a Java functions project with an HTTP triggered function, run it
181181
182182

183183
[Azure CLI]: /cli/azure
184-
[Azure portal]: https://portal.azure.com
184+
[Azure portal]: https://portal.azure.com

0 commit comments

Comments
 (0)