vhive-serverless / STeLLAR

STeLLAR: Open-source framework for serverless clouds benchmarking
MIT License
30 stars 9 forks source link

switch to alternative methods of deployment for Azure Functions #462

Open ypwong99 opened 1 month ago

ypwong99 commented 1 month ago

Presently, STeLLAR deploys Azure Functions using the Serverless Framework. Unfortunately, they have announced that non-AWS providers will no longer be supported in Serverless Framework V4. We may require alternative methods of deployment for Azure Functions, such as by using the Azure CLI directly.

As an interim measure, we can continue to use Serverless Framework V3 (install using npm i serverless@3.38.0). It will be "maintained via critical security and bug fixes through 2024".