azure-docs
azure-docs copied to clipboard
Unclear API Endpoint
All of the documentation and examples start the endpoint description at /kv and there is nothing that indicates what the begining of the endpoint should be. My Assumption was /subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/Microsoft.AppConfiguration/configurationStores/{app-config-store-name}/kv, however all I get back is 404's. Where is this endpoint?
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: 037554b4-987f-34fe-c096-27b7c7d6883e
- Version Independent ID: 3cd13d27-bece-d08d-36f4-3305c172c2ad
- Content: Azure App Configuration REST API - key-value
- Content Source: articles/azure-app-configuration/rest-api-key-value.md
- Service: azure-app-configuration
- GitHub Login: @maud-lv
- Microsoft Alias: malev
@desireewilliams Thanks for your feedback! We will investigate and update as appropriate.
@desireewilliams The Prerequisites section documents cover it. The endpoint is https://{myconfig}.azconfig.io/kv and all the REST endpoint follows the same.
https://{yourwebconfigurationresourcename}.azconfig.io/kv
Let me know if you have any queries or concerns.
@MayankBargali-MSFT thank you for pointing out where the document was. However, I started over in the Azure RM REST API documentation, and followed a link trail over to here. Versioning, in the context of where I was, was 2022-05-01, and the beginning of the URL was in the overview, not in what I would assume to be a changelog. Unless you know it's there, you have to spend a bit of time searching for it.
@maud-lv Can you please provide your input.
@desireewilliams, thanks for the feedback. I hope this PR #102013 can make it a bit clearer.
It is clearer, thank you!