Skip to content

Commit 833be1f

Browse files
authored
Merge pull request #203183 from ggailey777/patch-1
Add missing URL for Go/Rust
2 parents 82cd015 + 3881bab commit 833be1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-function-linux-custom-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ A function app on Azure manages the execution of your functions in your hosting
525525
With the image deployed to your function app in Azure, you can now invoke the function as before through HTTP requests.
526526
In your browser, navigate to the following URL:
527527

528-
::: zone pivot="programming-language-java,programming-language-javascript,programming-language-typescript,programming-language-powershell,programming-language-python"
528+
::: zone pivot="programming-language-java,programming-language-javascript,programming-language-typescript,programming-language-powershell,programming-language-python,programming-language-other"
529529
`https://<APP_NAME>.azurewebsites.net/api/HttpExample?name=Functions`
530530
::: zone-end
531531
::: zone pivot="programming-language-csharp"

0 commit comments

Comments
 (0)