-
Notifications
You must be signed in to change notification settings - Fork 634
Support setting functionapp
kind on Azure Functions projects
#8188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@captainsafia can you clarify where this gets set in the container app definition? |
See the sample below. I realize this isn't documented in the official definition.
|
Ok top level |
Adding a link to Azure/azure-sdk-for-net#48417 which might be helpful if we can resolve it. It would probably simplify testing to be able to leverage I don't know how much codegen Azure.Provisioning is doing, but those docs are also typically built off of the service's Swagger, which is what would also be used for generation. |
To support Functions-specific deployment behaviors, we want to be able to assign the
functionapp
kind to the container app associated with theAzureFunctionsProjectResource
during deployment time.The text was updated successfully, but these errors were encountered: