Jacob Viau
Jacob Viau
/azp run host.integration-tests
/azp run host.public
/azp run host.public host.integration-tests
/azp run host.public
/azp run host.integration-tests
I think this is 2 issues. 1) SDK is missing. In this case MSBuild should throw an exception and it will be displayed to the user. 2) Props/Targets is missing...
@pejuborg glad you resolved the issue. For flex apps, here is our docs on deployment config. It includes some details on VNET integration and deployment config: https://learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-how-to?tabs=azure-cli%2Cazure-cli-publish&pivots=programming-language-javascript#deploy-your-code-project > Maybe an...
Many of the open `Unstable test` issues have not had a failure in a bit. We will need to verify if they are still flaky and if any improvements are...
@jsquire the precise scenario I am thinking of is for integration tests of Azure Functions extensions in Azure Pipelines. Today many extensions leverage `AzureComponentFactory` to parse configuration and get a...
This is not specifically for internal purposes only. It is for customers that have integration tests for their function apps as well. Azure functions extensions do not support manually supplying...