Skip to content

Commit fe91bc3

Browse files
Merge pull request #223203 from fitzgeraldsteele/main
Remove preview messaging from cross tenant images
2 parents 46f6eab + 75f2878 commit fe91bc3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

articles/virtual-machine-scale-sets/share-images-across-tenants.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ ms.custom: devx-track-azurecli
1717

1818
## Create a scale set using Azure CLI
1919

20-
> [!IMPORTANT]
21-
> You can't currently create a Flexible Virtual Machine Scale Set from an image shared by another tenant.
2220

2321
Sign in the service principal for tenant 1 using the appID, the app key, and the ID of tenant 1. You can use `az account show --query "tenantId"` to get the tenant IDs if needed.
2422

includes/virtual-machines-share-images-across-tenants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ But, if you want to share images outside of your Azure tenant, at scale, you sho
2020
## Create the app registration
2121

2222
Create an application registration that will be used by both tenants to share the image gallery resources.
23-
1. Open the [App registrations (preview) in the Azure portal](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade/quickStartType//sourceType/).
23+
1. Open the [App registrations in the Azure portal](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade/quickStartType//sourceType/).
2424
1. Select **New registration** from the menu at the top of the page.
2525
1. In **Name**, type *myGalleryApp*.
2626
1. In **Supported account types**, select **Accounts in any organizational directory and personal Microsoft accounts**.

0 commit comments

Comments
 (0)