Skip to content

Commit d668dbc

Browse files
authored
Merge pull request #106470 from v-maudel/patch-462
C179749: Adding missing backticks at end of code
2 parents 9e522d2 + 6b63c55 commit d668dbc

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)