Skip to content

Commit b160a98

Browse files
authored
Merge pull request #110545 from twooley/twhubfinal
New storage hub page and associated pages
2 parents 855e1bc + c051189 commit b160a98

File tree

9 files changed

+215
-238
lines changed

9 files changed

+215
-238
lines changed

articles/azure-functions/functions-create-function-app-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create a function app from the Azure Portal
2+
title: Create a function app from the Azure portal
33
description: Create a new function app in Azure from the portal.
44
ms.topic: how-to
55
ms.date: 08/29/2019
@@ -31,7 +31,7 @@ When creating a function app, you must create or link to a general-purpose Azure
3131
>[!NOTE]
3232
>When using the Consumption hosting plan, your function code and binding configuration files are stored in Azure File storage in the main storage account. When you delete the main storage account, this content is deleted and cannot be recovered.
3333
34-
To learn more about storage account types, see [Introducing the Azure Storage Services](../storage/common/storage-introduction.md#azure-storage-services).
34+
To learn more about storage account types, see [Introducing the Azure Storage Services](../storage/common/storage-introduction.md#core-storage-services).
3535

3636
## Next steps
3737

articles/azure-functions/functions-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ It's certainly possible for multiple function apps to share the same storage acc
128128

129129
<!-- JH: Does using a Premium Storage account improve perf? -->
130130

131-
To learn more about storage account types, see [Introducing the Azure Storage services](../storage/common/storage-introduction.md#azure-storage-services).
131+
To learn more about storage account types, see [Introducing the Azure Storage services](../storage/common/storage-introduction.md#core-storage-services).
132132

133133
## How the consumption and premium plans work
134134

articles/azure-functions/storage-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Azure Functions requires an Azure Storage account when you create a function app
2525

2626
When creating a function app, you must create or link to a general-purpose Azure Storage account that supports Blob, Queue, and Table storage. This is because Functions relies on Azure Storage for operations such as managing triggers and logging function executions. Some storage accounts don't support queues and tables. These accounts include blob-only storage accounts, Azure Premium Storage, and general-purpose storage accounts with ZRS replication. These unsupported accounts are filtered out of from the Storage Account blade when creating a function app.
2727

28-
To learn more about storage account types, see [Introducing the Azure Storage Services](../storage/common/storage-introduction.md#azure-storage-services).
28+
To learn more about storage account types, see [Introducing the Azure Storage Services](../storage/common/storage-introduction.md#core-storage-services).
2929

3030
While you can use an existing storage account with your function app, you must make sure that it meets these requirements. Storage accounts created as part of the function app create flow are guaranteed to meet these storage account requirements.
3131

articles/storage/TOC.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

articles/storage/blobs/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
items:
55
- name: What is Azure Blob storage?
66
href: storage-blobs-overview.md
7+
- name: Compare core storage services
8+
href: ../common/storage-introduction.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
79
expanded: true
810
- name: Blob storage
911
items:

articles/storage/common/storage-decide-blobs-files-disks.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)