Posts by this author

Dec 24, 2024
0

Connect securely to your Azure resources

Visual Studio 2022's Connected Services features are being updated to help you start secure. In the past, for example with Azure Storage, we’d inject the entire connection string into your configuration. With this update, we’ve removed the secrets from the UX – and from what we save to configuration – altogether. This means your code has fewer secr...

Azure App ServicesAuthenticationAzure Storage
Dec 23, 2024
1

Security updates to Azure publishing from Visual Studio

Visual Studio 2022 introduces a new feature to improve the security of publishing applications to Azure App Service. This feature is designed to disable Basic Authentication and enable integrated security for a more secure publishing process. Basic Authentication has been identified as a less secure method for managing app deployments. Visua...

Azure App ServicesAuthentication
Dec 11, 2024
0

Effortless publishing with Azure Functions Flex Consumption

Struggling with complex deployment processes for your serverless applications? Visual Studio 2022 introduces a seamless solution with the new Azure Functions Flex Consumption hosting plan, now generally available. Imagine a world where deploying your serverless applications to a hosting plan that supports fast scaling and VNet is as simple a...

AzureLinux
Dec 10, 2024
1

Effortless publishing to Azure WebJobs on Linux

Are you tired of the cumbersome process involved in publishing your .NET console applications to Azure WebJobs on Linux? For developers yearning for a seamless and efficient method to deploy their applications, Visual Studio 2022 introduces a much-anticipated solution. Visual Studio 2022 now supports right-click publishing to Azure WebJobs o...

AzureLinux