Question 1 of 25
You successfully run the following HTTP request. POST https://management.azure.com/subscriptions/18c51a87-3a69-47a8-aedc-a54745f708a1/resourceGroups/RG1/providers/ Microsoft.CognitiveServices/accounts/contoso1/regenerateKey?api-version=2017-04-18 Body{"keyName": "Key2"} What is the result of the request?
Show answer
How others answered
- D92%
Explanation
Answer is correct - Sample response will be, { "key1": "KEY1", "key2": "KEY2" } This shows, Key1 is already there and this JSON request will generate Key2.
Adapted from community discussion by LPreethi · 2021-07-20 · 15 community upvotes. Third-party contribution; reviewed by our quality filter, not independently verified.
Supporting references




















