Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/security/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
CI/CD/重建Azure APIM开发人员门户内容_Azure_Continuous Integration_Continuous Deployment_Azure Api Management - Fatal编程技术网

CI/CD/重建Azure APIM开发人员门户内容

CI/CD/重建Azure APIM开发人员门户内容,azure,continuous-integration,continuous-deployment,azure-api-management,Azure,Continuous Integration,Continuous Deployment,Azure Api Management,在Azure APIM中,当我对开发人员门户内容进行了一些更改时,是否可以以编程方式(比如REST API或SDK)管理内容 我看到有人提到使用iFrame,但仍然需要在门户中进行手动更改。对于CI/CD,要求将所有内容都作为代码。因此,当writer在APIM平台中更新/创建/重建内容时,我们可以使用Jenkins或其他工具进行更改。目前无法以编程方式本机管理开发人员的门户内容,API管理生成的数据除外(例如,实时获取API描述或API操作,并将API管理的API调用响应映射到UI) 但是,计

在Azure APIM中,当我对开发人员门户内容进行了一些更改时,是否可以以编程方式(比如REST API或SDK)管理内容


我看到有人提到使用
iFrame
,但仍然需要在门户中进行手动更改。对于CI/CD,要求将所有内容都作为代码。因此,当writer在APIM平台中更新/创建/重建内容时,我们可以使用Jenkins或其他工具进行更改。

目前无法以编程方式本机管理开发人员的门户内容,API管理生成的数据除外(例如,实时获取API描述或API操作,并将API管理的API调用响应映射到UI)

但是,计划允许对开发人员门户内容、自定义和部署进行更多的控制和自动化