Skip to content

Commit 157df7b

Browse files
Merge pull request #236620 from davidsmatlak/ds-fix-typo-0502
Fixes typo
2 parents a2e2e23 + bf3f874 commit 157df7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/managed-applications/publish-service-catalog-bring-your-own-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To publish a managed application definition to your service catalog, do the foll
1818
- Create a storage account where you store the managed application definition.
1919
- Deploy the managed application definition to your own storage account so it's available in your service catalog.
2020

21-
If you're managed application definition is less than 120 MB and you don't want to use your own storage account, go to [Quickstart: Create and publish an Azure Managed Application definition](publish-service-catalog-app.md).
21+
If your managed application definition is less than 120 MB and you don't want to use your own storage account, go to [Quickstart: Create and publish an Azure Managed Application definition](publish-service-catalog-app.md).
2222

2323
> [!NOTE]
2424
> You can use Bicep to develop a managed application definition but it must be converted to ARM template JSON before you can publish the definition in Azure. To convert Bicep to JSON, use the Bicep [build](../bicep/bicep-cli.md#build) command. After the file is converted to JSON it's recommended to verify the code for accuracy.

0 commit comments

Comments
 (0)