Skip to content

Commit 656b4b9

Browse files
nabeelpggailey777
andauthored
Update articles/azure-functions/functions-recover-storage-account.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 6003b41 commit 656b4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-recover-storage-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ To confirm that the error is caused for this reason:
101101

102102
Any such error would need to be remedied for the function to work correctly.
103103

104-
In the case where the container image could not be found you are likely to see a `manifest unknown` error in the Docker logs. In this case you can use the CLI commands documented at [How to target Azure Functions runtime versions](/azure/azure-functions/set-runtime-version?tabs=azurecli) to change the container image being reference, or if it is a customer container image you would need to go and fix the image and deploy a new version to the referenced registry.
104+
When the container image can't be found, you should see a `manifest unknown` error in the Docker logs. In this case, you can use the Azure CLI commands documented at [How to target Azure Functions runtime versions](set-runtime-version.md?tabs=azurecli) to change the container image being reference. If you've deployed a custom container image, you need to fix the image and redeploy the updated version to the referenced registry.
105105

106106
## Next steps
107107

0 commit comments

Comments
 (0)