@SvenGlöckner Thank you for reaching out to Microsoft Q&A. Based on my understanding, you have encountered RequestedSizeExceeded
error via portal as well as Azure CLI but able to use Rest API by specifying specification-url.
This is due to size limit restrictions when importing specification inline as mentioned in OpenAPI specifications.
Like you mentioned, you should be able to import swagger file via URL with CLI (--specification-url
), and Powershell (-SpecificationUrl
) as well.
If you are in need of this feature, and like to pass feedback to our product team, feel free to submit via https://aka.ms/apimwish hope this helps with your question and feel free to add if you have any further questions. Would be happy to answer. Please Accept as answer if it helped.