Arpit
Arpit
### Description Import-AzApiManagementApi : Error Code: ResourceGroupNotFound i'm trying to import function app to apim using below script and getting above error. though already set the subscription but still getting...
I'm trying to import a function app's apis to APIM by below command and keep getting below error: az apim api import -g test-rg --service-name test-apim --service-url "https://test.azure-api.net/api" --path deployCD...
i'm trying to import the function app api to apim with below command and getting 401 error. Import-AzApiManagementApi -Context $context -SpecificationUrl https://publiclyaccessibleurl.com/test/items -SpecificationFormat OpenApi -Path deployCD Response status code does...
Hi Team, facing issue to trigger build pipeline using below resource block. Here, I'm trying to trigger a pipeline as soon as Release is completed. release pipeline is classical pipeline...