Requesting a Cloud Shell.Succeeded. Connecting terminal... Welcome to Azure Cloud Shell Type "az" to use Azure CLI Type "help" to learn about Cloud Shell MOTD: To provide feedback about Azure PowerShell, take a quick survey: https://aka.ms/azpssurvey?Q_CHL=SHELL VERBOSE: Authenticating to Azure ... VERBOSE: Building your Azure drive ... PS /home/siddharth> ls clouddrive PS /home/siddharth> git clone https://github.com/Azure-Samples/azure-digital-twins-unreal-integration Cloning into 'azure-digital-twins-unreal-integration'... remote: Enumerating objects: 388, done. remote: Counting objects: 100% (10/10), done. remote: Compressing objects: 100% (8/8), done. remote: Total 388 (delta 2), reused 6 (delta 2), pack-reused 378 Receiving objects: 100% (388/388), 40.77 MiB | 13.21 MiB/s, done. Resolving deltas: 100% (155/155), done. PS /home/siddharth> cd azure-digital-twins-unreal-integration PS /home/siddharth/azure-digital-twins-unreal-integration> ./deployment/deploy.ps1 ################################################ ################################################ #### #### #### Unreal Engine and Azure Digital Twins #### #### integration demo #### #### #### ################################################ ################################################ Welcome to the Unreal Engine and Azure Digital Twins (ADT) integration demo. This deployment script will help you deploy a sandbox environment in your Azure subscription. This demo leverages the ADT Link plugin, that was created along with this sample demo by WSP in collaboration with Microsoft and Epic Games, in order to demonstrate how to integrate Azure Digital Twins with the Unreal Engine. Press Enter to continue. Verifying your Azure CLI installation version... Great! You are using a supported Azure CLI version. Verifying 'azure-iot' extension version... You currently don't have the 'azure-iot' CLI extension. Installing it now... - Installing .. Retrieving your current Azure subscription... You are currently using the Azure subscription 'Free Trial'. Do you want to keep using it? 1: Yes 2: No. I want to use a different subscription > 1: Registering ADT resource provider in your subscription Choose a region for your deployment from this list (using its Index): 1: Australia East 2: East US 3: East US 2 4: North Europe 5: South Central US 6: Southeast Asia 7: UK South 8: West Europe 9: West US 2 >: 6 Provide a name that describes your project. This will be used to create the resource group and the deployment resources. >: ADT-Tut01 Resource group 'ADT-Tut01-rg' already exists in current subscription. Collecting current user information Creating app registration manifest Creating app registration 'ADT-Tut01-rg-b62172b8' in Azure Active Directory Creating service principal associated with the app registration Creating client secret for app registration WARNING: The output includes credentials that you must protect. Be sure that you do not include these credentials in your code or check the credentials into your source control. For more information, see https://aka.ms/azadsp-cli Creating resource group deployment with id 'ADT-Tut01-b62172b8' WARNING: /home/siddharth/azure-digital-twins-unreal-integration/deployment/azuredeploy.bicep(13,16) : Warning no-loc-expr-outside-params: Use a parameter here instead of 'resourceGroup().location'. 'resourceGroup().location' and 'deployment().location' should only be used as a default value for parameters. [https://aka.ms/bicep/linter/no-loc-expr-outside-params] /home/siddharth/azure-digital-twins-unreal-integration/deployment/azuredeploy.bicep(93,5) : Warning no-unnecessary-dependson: Remove unnecessary dependsOn entry 'identity'. [https://aka.ms/bicep/linter/no-unnecessary-dependson] /home/siddharth/azure-digital-twins-unreal-integration/deployment/azuredeploy.bicep(330,105) : Warning BCP241: The "providers" function is deprecated and will be removed in a future release of Bicep. Please add a comment to https://github.com/Azure/bicep/issues/2017 if you believe this will impact your workflow. /home/siddharth/azure-digital-twins-unreal-integration/deployment/azuredeploy.bicep(356,5) : Warning no-unnecessary-dependson: Remove unnecessary dependsOn entry 'adt'. [https://aka.ms/bicep/linter/no-unnecessary-dependson] /home/siddharth/azure-digital-twins-unreal-integration/deployment/azuredeploy.bicep(372,5) : Warning no-unnecessary-dependson: Remove unnecessary dependsOn entry 'funcApp'. [https://aka.ms/bicep/linter/no-unnecessary-dependson] /home/siddharth/azure-digital-twins-unreal-integration/deployment/azuredeploy.bicep(386,5) : Warning no-unnecessary-dependson: Remove unnecessary dependsOn entry 'iot'. [https://aka.ms/bicep/linter/no-unnecessary-dependson] /home/siddharth/azure-digital-twins-unreal-integration/deployment/azuredeploy.bicep(413,5) : Warning no-unnecessary-dependson: Remove unnecessary dependsOn entry 'eventGridIngestTopic'. [https://aka.ms/bicep/linter/no-unnecessary-dependson] /home/siddharth/azure-digital-twins-unreal-integration/deployment/azuredeploy.bicep(461,5) : Warning no-unnecessary-dependson: Remove unnecessary dependsOn entry 'eventGridADTChangeLogTopic'. [https://aka.ms/bicep/linter/no-unnecessary-dependson] /home/siddharth/azure-digital-twins-unreal-integration/deployment/azuredeploy.bicep(587,28) : Warning simplify-interpolation: Remove unnecessary string interpolation. [https://aka.ms/bicep/linter/simplify-interpolation] /home/siddharth/azure-digital-twins-unreal-integration/deployment/azuredeploy.bicep(589,26) : Warning simplify-interpolation: Remove unnecessary string interpolation. [https://aka.ms/bicep/linter/simplify-interpolation] /home/siddharth/azure-digital-twins-unreal-integration/deployment/azuredeploy.bicep(659,5) : Warning no-unnecessary-dependson: Remove unnecessary dependsOn entry 'appserver'. [https://aka.ms/bicep/linter/no-unnecessary-dependson] /home/siddharth/azure-digital-twins-unreal-integration/deployment/azuredeploy.bicep(660,5) : Warning no-unnecessary-dependson: Remove unnecessary dependsOn entry 'tsiEnvironment'. [https://aka.ms/bicep/linter/no-unnecessary-dependson] /home/siddharth/azure-digital-twins-unreal-integration/deployment/azuredeploy.bicep(671,5) : Warning no-unnecessary-dependson: Remove unnecessary dependsOn entry 'webApp'. [https://aka.ms/bicep/linter/no-unnecessary-dependson] /home/siddharth/azure-digital-twins-unreal-integration/deployment/azuredeploy.bicep(699,5) : Warning no-unnecessary-dependson: Remove unnecessary dependsOn entry 'adt'. [https://aka.ms/bicep/linter/no-unnecessary-dependson] /home/siddharth/azure-digital-twins-unreal-integration/deployment/azuredeploy.bicep(729,5) : Warning no-unnecessary-dependson: Remove unnecessary dependsOn entry 'adt'. [https://aka.ms/bicep/linter/no-unnecessary-dependson] /home/siddharth/azure-digital-twins-unreal-integration/deployment/azuredeploy.bicep(737,13) : Warning outputs-should-not-contain-secrets: Outputs should not contain secrets. Found possible secret: secure parameter 'appRegPassword' [https://aka.ms/bicep/linter/outputs-should-not-contain-secrets] ERROR: {"status":"Failed","error":{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.","details":[{"code":"Conflict","message":"{\r\n \"error\": {\r\n \"code\": \"Conflict\",\r\n \"message\": \"Resource cannot be updated in current state\"\r\n }\r\n}"},{"code":"Unauthorized","message":"{\r\n \"Code\": \"Unauthorized\",\r\n \"Message\": \"This region has quota of 0 instances for your subscription. Try selecting different region or SKU.\",\r\n \"Target\": null,\r\n \"Details\": [\r\n {\r\n \"Message\": \"This region has quota of 0 instances for your subscription. Try selecting different region or SKU.\"\r\n },\r\n {\r\n \"Code\": \"Unauthorized\"\r\n },\r\n {\r\n \"ErrorEntity\": {\r\n \"ExtendedCode\": \"52039\",\r\n \"MessageTemplate\": \"{0}. Try selecting different region or SKU.\",\r\n \"Parameters\": [\r\n \"This region has quota of 0 instances for your subscription\"\r\n ],\r\n \"Code\": \"Unauthorized\",\r\n \"Message\": \"This region has quota of 0 instances for your subscription. Try selecting different region or SKU.\"\r\n }\r\n }\r\n ],\r\n \"Innererror\": null\r\n}"}]}} Exception: /home/siddharth/azure-digital-twins-unreal-integration/deployment/deploy.ps1:463 Line | 463 | throw "Something went wrong with the resource group deploymen … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Something went wrong with the resource group deployment. Ending script. PS /home/siddharth/azure-digital-twins-unreal-integration>