Azure-Samples / azure-functions-flex-consumption-samples

Samples for Azure Functions Flex Consumption
MIT License
30 stars 20 forks source link

Removing scripts in favor of builtin `azd deploy` support #15

Closed paulyuk closed 3 months ago

paulyuk commented 3 months ago

Purpose

We had a script-based workaround in place for all Flex samples. This is no longer needed thanks to azd feature in 1.9.5 that adds support for the Flex deployment endpoint /api/publish.

This change simply:

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

Other Information

im-samz commented 3 months ago

Looks great!