Skip to content

Instantly share code, notes, and snippets.

@vipulgupta2048
Created April 3, 2021 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vipulgupta2048/a422d91dff1a2a154a40bf2afa678b8b to your computer and use it in GitHub Desktop.
Save vipulgupta2048/a422d91dff1a2a154a40bf2afa678b8b to your computer and use it in GitHub Desktop.
Azure Immersive Reader resource generator function
Create-ImmersiveReaderResource
-SubscriptionName 'MyOrganizationSubscriptionName' [1]
-ResourceName 'MyOrganizationImmersiveReader' [0]
-ResourceSubdomain 'MyOrganizationImmersiveReader' [0]
-ResourceSKU 'S0' [0]
-ResourceLocation 'westus2' [0]
-ResourceGroupName 'MyResourceGroupName' [2]
-ResourceGroupLocation 'westus2' [2]
-AADAppDisplayName 'MyOrganizationImmersiveReaderAADApp' [3]
-AADAppIdentifierUri 'https://MyOrganizationImmersiveReaderAADApp' [3]
-AADAppClientSecret 'SomeStrongPassword' [3]
-AADAppClientSecretExpiration '2021-12-31' [3]
[0] - Your choice
[1] - https://portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade
[2] - https://portal.azure.com/#blade/HubsExtension/BrowseResourceGroups
[3] - Check Screenshot for Azure App Directory - App registration tab in the sidebar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment