microsoft / vscode-apimanagement

VS Code extension for Azure API Management.
MIT License
59 stars 38 forks source link

I am struggling to create a service instance for Azure #344

Open ekpenyongeetim opened 4 months ago

ekpenyongeetim commented 4 months ago

Does this occur consistently? Repro steps:

1. 2.

Action: azureApiManagement.createService Error type: MissingSubscriptionRegistration Error Message: The subscription is not registered to use namespace 'Microsoft.ApiManagement'. See https://aka.ms/rps-not-found for how to register subscriptions.

Version: 1.0.8 OS: win32 OS Release: 10.0.22621 Product: Visual Studio Code Product Version: 1.86.1 Language: en

Call Stack ``` new RestError extension.bundle.js:16:65674 extension.bundle.js:16:329000extension.bundle.js:16:329000 ```
tomkerkhove commented 4 months ago

The resource provider is not allowed to create the instance, you need to register the resource provider.

You can verify this in Azure Portal after selecting your subscription: image