Skip to content

Commit 8b13db1

Browse files
authored
Clarify
1 parent 7d59040 commit 8b13db1

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
@@ -139,7 +139,7 @@ With the custom image running in a local Docker container, verify the function a
139139
![Test the function app locally.](./media/functions-create-function-linux-custom-image/run-image-local-success.png)
140140

141141
> [!NOTE]
142-
> At this point, when you try to call your specific HTTP function, you get an HTTP 401 error response. This is because your function runs in the local container as it would in Azure, which means that the function key is required. Because the container hasn't yet been published to a function app, there is no function key available. When you use Core Tools to publish your container, the function keys are shown to you. If you want to test your function running in the local container, you can change the [authorization key](functions-bindings-http-webhook.md#authorization-keys) to `anonymous`.
142+
> At this point, when you try to call your specific HTTP function, you get an HTTP 401 error response. This is because your function runs in the local container as it would in Azure, which means that the function key is required. Because the container hasn't yet been published to a function app, there is no function key available. You'll see later that when you use Core Tools to publish your container, the function keys are shown to you. If you want to test your function running in the local container, you can change the [authorization key](functions-bindings-http-webhook.md#authorization-keys) to `anonymous`.
143143
144144
After you have verified the function app in the container, stop the execution. Now, you can push the custom image to your Docker Hub account.
145145

0 commit comments

Comments
 (0)