Skip to content

Commit 149fa07

Browse files
Apply suggestions from code review
Co-authored-by: Glenn Gailey <[email protected]>
1 parent e6b6bb8 commit 149fa07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/storage-considerations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
ms.topic: conceptual
55
ms.custom:
66
- ignite-2024
@@ -189,7 +189,7 @@ You should also note the following considerations:
189189
- Portal editing isn't supported.
190190
- Log streaming experiences in clients such as the Azure portal default to file system logs. You should instead rely on Application Insights logs.
191191

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:
193193

194194
- Bicep/ARM templates: remove the two app settings from the ARM template or Bicep file and then deploy the app using the modified template.
195195
- 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

Comments
 (0)