Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something went wrong with the resource group deployment. Ending script. #16

Open
vararth opened this issue Nov 23, 2022 · 10 comments
Open
Assignees

Comments

@vararth
Copy link

vararth commented Nov 23, 2022

Please provide us with the following information:

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Create new Azure free subscription
Follow instructions from this Github for setting up the Azure resources

Any log messages given by the failure

Log file is attached
log.txt

Expected/Desired behavior

Successful Deployment

OS and Version?

Current Powershell version

Versions

Current repository version

@adamlash
Copy link
Collaborator

adamlash commented Nov 23, 2022

Hey There,
It looks like there are some quota issues related to one of the pieces of infrastructure in your deployment:

{"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}"}]}}

Not sure what SKU/Piece of Infrastructure that is, but this is most probably the cause. Take a look at the deployment status under the resource group to get a deeper dive. Documentation here: https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/deployment-history?tabs=azure-portal

@vararth
Copy link
Author

vararth commented Nov 23, 2022

@adamlash I am a beginner with azure, I have more experience with Unreal Engine.. could you please provide a simple solution/procedure for setting up the resource group in a bug-free manner? Since the only real-time Digital Twin webinar by Unreal has been using the WSP Office scene, would be nice if I could set it up without errors and bugs from services that I am not likely to dive deep into..

@adamlash
Copy link
Collaborator

adamlash commented Nov 23, 2022

@vararth there is a video here that may help with your setup: https://www.youtube.com/watch?v=TqUpTJhmxUc

Specific to the error you are getting, you will need to check the deployment like I have linked to see what service is hitting a quota limit.

Best Regards,
Adam Lash

@vararth
Copy link
Author

vararth commented Nov 24, 2022

@adamlash I was following the same webinar before I opened this GitHub page. The speaker/presenter does not cover the resource deployment on azure but instructs us to open the linked GitHub page and follow the directions - after doing, well we are here now.

Regardless, an update - I deleted all the content I have in my free azure subscription and started again - it worked this time but with a tiny issue:
I could not delete a particular "SignalR" type object created in the original resource group deployment. Unsure if it will cause any issues or not, please advise on how I can delete the relic.
bug

@adamlash adamlash self-assigned this Nov 27, 2022
@adamlash
Copy link
Collaborator

It may be taking a while to delete or reflect in the portal, did this eventually delete?

@vararth
Copy link
Author

vararth commented Nov 28, 2022

@adamlash no, it is still not deleting..

Edit: The error I get when trying to delete it is this -

ajaxExtended call failed

Edit2: Tried restarting the service and tried deleting it again, below are the notifications I got -

Restart of SignalR resource 'signalr-b62172b8' failed with status: 'error' and error:'Cannot restart resource in current state'

Deletion of SignalR resource 'signalr-b62172b8' failed with status: 'error' and error: 'There is another running operation. You cannot delete the resource before it's completed.'

Error details
signalr-b62172b8: There is another running operation. You cannot delete the resource before it's completed. (Code: Conflict)

@Marco-Minchala
Copy link

Does anyone know why at the moment of pressing play in Unreal Engine the sensors are not displayed. Because according to all the things I've done everything is fine.

@adamlash
Copy link
Collaborator

adamlash commented Mar 5, 2023

Does anyone know why at the moment of pressing play in Unreal Engine the sensors are not displayed. Because according to all the things I've done everything is fine.

Hey, when you say sensors are not displayed do you mean the telemetry, or the ability to select the sensors?

@Marco-Minchala
Copy link

Marco-Minchala commented Mar 5, 2023

@adamlash No, I meant that I make the connection with mock devices and also the configuration in unreal and in the end everything is fine, I didn't get any errors. So I repeated the whole process and in the end it worked but the temperature heatmap doesn't work and the hvca air particles don't change color, they are transparent. Maybe some help for it?

@vararth
Copy link
Author

vararth commented Mar 6, 2023

@Marco-Minchala yeah, I've had the same issue, temperature heatmap does not show up in other maps which I configure, nor do I get colours in the hvac air particles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants