Skip to content

Commit 29db4e7

Browse files
Update articles/azure-functions/functions-recover-storage-account.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent d46cf65 commit 29db4e7

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
@@ -18,7 +18,7 @@ The rest of this article helps you troubleshoot specific causes of this error, i
1818

1919
## Storage account was deleted
2020

21-
Every function app requires a storage account to operate. If that account is deleted, your functions don't work.
21+
Every function app requires a storage account that is used by the Functions host to operate. If that default host storage account is deleted, your function app won't run.
2222

2323
Start by looking up your storage account name in your application settings. Either `AzureWebJobsStorage` or `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING` contains the name of your storage account as part of a connection string. For more information, see [App settings reference for Azure Functions](./functions-app-settings.md#azurewebjobsstorage).
2424

0 commit comments

Comments
 (0)