DavidCC
DavidCC

Reputation: 370

Change scope of Azure API Mgmt Subscription

I have a dozen or so subscriptions in Azure API Mgmt portal pointing to a scope of "API". But we will soon be updating to a new version, and I need to migrate these subscriptions as needed to v2. Is there a way to change the scope of an API Mgmt Subscription?

Upvotes: 0

Views: 468

Answers (2)

Vitaliy Kurokhtin
Vitaliy Kurokhtin

Reputation: 7810

You could use REST API do do the job, see "scope" here: https://learn.microsoft.com/en-us/rest/api/apimanagement/2019-01-01/subscription/update.

Upvotes: 0

Jason Sprouse
Jason Sprouse

Reputation: 11

Generally, you'll have available both of your APIs and let your subscribers migrate to your new version in their own time, and eventually, you'd depreciate your oldest version as you release newer versions.

Upvotes: 1

Related Questions