So much for expedited support after purchasing a subscription. This question remains unanswered and unsolved
I can't access network settings, or add identity to stream analytics job after moving job from a previous resource. How can I regain access ?
Hello, I was on an Azure Student Plan, and after running out of credits I decided to upgrade to a newer subscription and move my resource group to a new resource group under the new subscription.
However, my stream analytics job had an attached managed identity which had to be deleted before the move could be completed.
Now after moving the job it seem sI have lost access to most configuration screens, including but not limited to queries, networking and managed identity.
It appears the job is complaining that the identity does not exist and after creating an identical identity with the same name I can't attach the identity to the job, even in bash or powershell.
Below is the summary snippet from the 'Networking' screen error in the stream analytics job page:
{ "shellProps": { "sessionId": "ab207b7bf27e4b2db770a1535e3ad79a", "extName": "Microsoft_Azure_StreamAnalytics", "contentName": "Networking" }, "error": { "message": "An unknown error occurred.", "code": 500, "error": { "httpStatusCode": 500, "headers": { "Pragma": "no-cache", "x-ms-request-id": "418b0a4e-6c4c-4544-bc4c-f2987163100b", "x-ms-failure-cause": "service", "x-ms-ratelimit-remaining-subscription-resource-requests": "399", "x-ms-correlation-request-id": "d9b3fc59-ccd6-4fb2-a9a3-13cd23d73eaf", "x-ms-routing-request-id": "EASTUS:20250326T185700Z:496bf70d-a4a3-4e38-8203-139892f05a77", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "X-Cache": "CONFIG_NOCACHE", "X-MSEdge-Ref": "Ref A: DE56C0D6CB7941CAAD15BBB8DC5BBB98 Ref B: MNZ221060610037 Ref C: 2025-03-26T18:56:59Z", "Cache-Control": "no-store, no-cache", "Date": "Wed, 26 Mar 2025 18:56:59 GMT" }, "body": { "code": "InternalServerError", "message": "One or more errors occurred.", "details": { "code": "500", "message": "One or more errors occurred.", "correlationId": "d9b3fc59-ccd6-4fb2-a9a3-13cd23d73eaf", "requestId": "418b0a4e-6c4c-4544-bc4c-f2987163100b" } } } }}