defect
1 TopicWhere do I raise defects ?
Hi, I think I broke the Azure Fabric for Power BI Embedded. Do the dev team watch these forums? I need help. I have the following error: Invoke-RestMethod : {"error":{"code":"InternalError","subCode":0,"message":"An internal error occurred. ","timeStamp":"2020-07-16T13:10:02.6404574Z","httpStatusCode":500,"hresult":-2147467259,"details":[{"co de":"RootActivityId","message":"2367ddfd-2f95-4502-9f13-5961454e6d3d"},{"code":"Param1","message":"Appl ication name must be a prefix of service name. Requested application and service name: (fabric:/pbi-reports-dev-eus2, fabric:/pbi/pbi-reports-dev-eus2/backend.service)"}]}} At line:50 char:11 from using the API detailed here: https://docs.microsoft.com/en-us/rest/api/power-bi-embedded/capacities/create The service is crashed/stuck in provisioning somewhere in the cloud ether - I hope I'm not being billed for it! I am now unable to delete it either: Invoke-RestMethod : {"error":{"code":"BadRequest","subCode":7,"message":"Service is not ready to be upd ated","timeStamp":"2020-07-16T13:19:08.094316Z","httpStatusCode":400,"hresult":-2147467259,"details":[{ "code":"RootActivityId","message":"e1e2d655-f3a5-4168-a164-965b024fa9f9"}]}} At line:2 char:11 + $result = Invoke-RestMethod -Method DELETE -Uri $uri -Headers $header ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-Res tMethod], WebException + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMe thodCommand { "value": [ { "properties": "@{provisioningState=Provisioning; state=Provisioning; administrati on=; mode=Gen1}", "id": "/subscriptions/xxx-xxx-xxx-xxx/resourceGroups/rg-pbi- test-weu/providers/Microsoft.PowerBIDedicated/capacities/pbi-reports-dev-eus2", "name": "pbi-reports-dev-eus2", "type": "Microsoft.PowerBIDedicated/capacities", "location": "East US 2", "sku": "@{name=A1; tier=PBIE_Azure; capacity=1}", "tags": "@{environment=dev}" } ] } Any help would be appreciated. SimonSolved1.1KViews0likes1Comment