microsoft / WebTemplateStudio

Microsoft Web Template Studio quickly builds web applications using a wizard-based UI to turn your needs into a foundation of best patterns and practices
https://aka.ms/webtsinstall
MIT License
2.02k stars 204 forks source link

Azure Account extension that the Web Template Studio extension depends on for authentication will be deprecated in January 2025 #1899

Open alexweininger opened 4 months ago

alexweininger commented 4 months ago

Hello 👋,

Azure Account extension that the Web Template Studio extension depends on for authentication will be deprecated in January 2025. Please see https://github.com/microsoft/vscode-azure-account/issues/964 for more details and migration guidance.

After taking a look at the extension, I believe it only relies on Azure Account for login, and listing subscriptions. If this is accurate, the migration should be pretty simple. You can either use the VS Code built-in Microsoft authentication API directly, or use our npm library that wraps VS Code's API.

Please reach out to me on Teams for questions or support.

alexweininger commented 4 months ago

Didn't mean to add the bug label, sorry.