Skip to content

Commit 2a2e5fc

Browse files
authored
Merge pull request #98777 from hensleyrob/patch-1
Minor fixes
2 parents 3b035b2 + 4394f41 commit 2a2e5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/storage-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The storage account connection string must be updated when you regenerate storag
4949

5050
It's possible for multiple function apps to share the same storage account without any issues. For example, in Visual Studio you can develop multiple apps using the [Azurite storage emulator](functions-develop-local.md#local-storage-emulator). In this case, the emulator acts like a single storage account. The same storage account used by your function app can also be used to store your application data. However, this approach isn't always a good idea in a production environment.
5151

52-
You may need to use separate store accounts to [avoid host ID collisions](#avoiding-host-id-collisions).
52+
You may need to use separate storage accounts to [avoid host ID collisions](#avoiding-host-id-collisions).
5353

5454
### Lifecycle management policy considerations
5555

0 commit comments

Comments
 (0)