You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/storage-considerations.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Storage considerations for Azure Functions
3
-
description: Learn about the storage requirements of Azure Functions and about encrypting stored data, including important considerations for your function instances.
3
+
description: Learn about the storage requirements of Azure Functions and about encrypting stored data, including important considerations for your function app instances.
4
4
ms.topic: conceptual
5
5
ms.custom:
6
6
- ignite-2024
@@ -189,7 +189,7 @@ You should also note the following considerations:
189
189
- Portal editing isn't supported.
190
190
- Log streaming experiences in clients such as the Azure portal default to file system logs. You should instead rely on Application Insights logs.
191
191
192
-
If the preceding requirements suit your scenario, you can proceed to create a function app without Azure Files. Crete an app without the `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING` and `WEBSITE_CONTENTSHARE` app settings in one of these ways:
192
+
If the preceding requirements suit your scenario, you can proceed to create a function app without Azure Files. Create an app without the `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING` and `WEBSITE_CONTENTSHARE` app settings in one of these ways:
193
193
194
194
- Bicep/ARM templates: remove the two app settings from the ARM template or Bicep file and then deploy the app using the modified template.
195
195
- The Azure portal: unselect **Add an Azure Files connection** in the **Storage** tab when you create the app in the Azure portal.
0 commit comments