When I try to run a release task 'API Management - Create or Update API on Azure Functions (v1)' I get a 500 error during the step - 'Enabling Swagger for the target function set'.
I believe this has to do with how my function app is published. It's in read-only mode, so you can't update its files and I think the task is trying to update the host.json.
Is this correct? If so, will this not work with function apps that are published in read-only mode?
As stated in the task title, the extension only works with Azure Functions v1 not above because Microsoft completely changed the way functions's OpenAPI definitions are being generated.
When I try to run a release task 'API Management - Create or Update API on Azure Functions (v1)' I get a 500 error during the step - 'Enabling Swagger for the target function set'.
I believe this has to do with how my function app is published. It's in read-only mode, so you can't update its files and I think the task is trying to update the host.json.
Is this correct? If so, will this not work with function apps that are published in read-only mode?