Arpit

Results 7 comments of Arpit

also, 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...

also please help me to understand the specification url, i dont want to use the specification path as needs to automate the task. Can we import the new function app...

Sure, Rakesh awaiting for your response!

az apim api import -g rg-test --service-name apim-test --path deployCD --specification-url "https://test.net/api" --specification-format OpenApi --subscription-key-header-name Ocp-Apim --subscription-key-query-param-name subs-key --subscription-required true --debug DEBUG: cli.knack.cli: Command arguments: ['apim', 'api', 'import', '-g', 'rg-test',...

specification url should be apim url or function app url..? Can you please help me to understand this? i'm following below article. in this they have manually imported function app...

![image](https://user-images.githubusercontent.com/98011264/196620240-5d113fc2-af00-4afa-9090-064e9ff86909.png)