Skip to content

Commit 6b63c55

Browse files
authored
C179749: Adding missing backticks at end of code
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description of the source issue: Lack of a backticks at the end of code-block is preventing following content to be localized
1 parent f4996bc commit 6b63c55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ A function app on Azure manages the execution of your functions in your hosting
334334
335335
```azurecli
336336
az storage account show-connection-string --resource-group AzureFunctionsContainers-rg --name <storage_name> --query connectionString --output tsv
337+
```
337338
338339
1. Add this setting to the function app by using the [az functionapp config appsettings set](/cli/azure/functionapp/config/appsettings#az-functionapp-config-appsettings-set) command. In the following command, replace `<app_name>` with the name of your function app, and replace `<connection_string>` with the connection string from the previous step (a long encoded string that begins with "DefaultEndpointProtocol="):
339340

0 commit comments

Comments
 (0)