From 482873ade1b2db234471dbf852d8254af3bfea0e Mon Sep 17 00:00:00 2001 From: Chandni Patel Date: Tue, 21 May 2024 11:45:05 -0500 Subject: [PATCH] adding support for flex consumption plan --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 54a63ff02..a19a74776 100644 --- a/action.yml +++ b/action.yml @@ -46,6 +46,10 @@ inputs: redundant build action from Kudu endpoint. (default: 'false')." required: false default: 'false' + remote-build: + description: "Enable build action from Kudu when the package is deployed onto the function app on Flex Consumption plan." + required: false + default: 'false' outputs: app-url: description: 'URL to work with your function app'