Azure / azure-libraries-for-net

Azure libraries for .Net
MIT License
378 stars 193 forks source link

[FEATURE REQ] Add support for Azure static web apps #1211

Open icecoldfire opened 3 years ago

icecoldfire commented 3 years ago

Is your feature request related to a problem? Please describe. We want use the Azure static web apps, but our current deploy pipeline that uses this framework doesn't support this resource.

Describe the solution you'd like Add support for this resource type.

Describe alternatives you've considered For now we use the Azure CLI.

Additional context https://docs.microsoft.com/en-us/azure/static-web-apps/

Information Checklist Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report

weidongxu-microsoft commented 3 years ago

For .NET, the development focus has shifted to the next generation of Azure SDKs which follows the new SDK guideline and introduces a set of important new featuers. Those new packages are currently in preview state and we are actively working on making it production ready. You can visit this link here to see the latest .NET packages:

We have also published a few blog posts on why we are doing this: https://devblogs.microsoft.com/azure-sdk/october-2020-management-ga/ https://devblogs.microsoft.com/azure-sdk/introducing-new-previews-for-azure-management-libraries/

With this background, .NET Fluent is currently in a low maintenance mode, and we mostly do security and bug fixes. It is subject to deprecation in the future when the new set of .NET packages become Generally Available (GA). Please let us know if there are further questions, thanks!