Mary D
Mary D

Reputation: 1

How to connect to local emulator for azure media services development?

How to get below info values when we want to connect to LOCAL azure emulator?

My appsettings.json file -

"AadClientId": "AadEndpoint": "AadSecret": "AadTenantId": "AccountName": "ArmAadAudience": "ArmEndpoint": "Region": "ResourceGroup": "SubscriptionId

Upvotes: 0

Views: 192

Answers (1)

scorpion5211
scorpion5211

Reputation: 1070

Media Services are Azure Only product and there is not an emulator for this. You can create a resource in azure dedicated for development but of course that adds an extra cost.

Upvotes: -1

Related Questions