Skip to content

Commit 72581da

Browse files
Removed the include file that was resulting in repeated content. (#4272)
1 parent 83df928 commit 72581da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/storage/includes/storage-app-host.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ When you add an `AzureStorageResource` to the AppHost, it exposes other useful A
5353
> [!IMPORTANT]
5454
> When you call <xref:Aspire.Hosting.AzureStorageExtensions.AddAzureStorage*>, it implicitly calls <xref:Aspire.Hosting.AzureProvisionerExtensions.AddAzureProvisioning*>—which adds support for generating Azure resources dynamically during app startup. The app must configure the appropriate subscription and location. For more information, see [Local provisioning: Configuration](../../azure/local-provisioning.md#configuration).
5555
56-
[!INCLUDE [storage-bicep](storage-bicep.md)]
57-
5856
### Connect to an existing Azure Storage account
5957

6058
You might have an existing Azure Storage account that you want to connect to. You can chain a call to annotate that your <xref:Aspire.Hosting.Azure.AzureStorageResource> is an existing resource:

0 commit comments

Comments
 (0)