英文:
Request analytics page for azure api management using azure sdk
问题
我想请求 Azure API 管理的 Azure 门户上的分析页面。
我在 azure.resourcemanager.apimanagement 包中进行了搜索,但没有找到任何内容。
如果你知道如何做到这一点?
英文:
I want to request the analytics page from azure portal of an azure api management.
I searched in the package azure.resourcemanager.apimanagament but i didn't find anything.
If you know how to do that?
答案1
得分: 1
根据您的API管理实例,看起来它处于正在配置状态。
当您创建您的APIM实例时,您将看到下面的内容,这意味着它仍然处于正在配置状态。
一旦实例成功创建,您将不再看到“服务正在激活”的通知,而会看到下面的内容。
然后,所有API和其中的操作列表将自动反映在“分析”中。
英文:
By looking at your API management instance, it seems like its in provisioning state.
When you will create your APIM instance, you will see below, which means its still in provisioning state.
Once the instance is successfully created, you will no longer see Service is being activated notification and you will see below
Then all the APIs and the list of operations in it, will automatically reflect in Analytics.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论