
How do I Create Azure Static Web App with Visual Studio?
Feb 4, 2024 · 1 I want to create an Azure Static Web App, aka (No server side code/Razor/MVC etc.) that consists of a single index.html and site.css sheet with Visual Studio 2022 and then deploy those …
Cannot debug Azure function in Visual Studio 2022
May 22, 2024 · I'm having trouble debugging a Azure function in Visual Studio 2022 I created a function using the following command line func init queue-events --worker-runtime dotnet-isolated --target …
azure - Visual Studio 2022 not showing DevOps projects in Team …
Oct 15, 2024 · I am using Visual Studio Professional 2022 and have a free Azure DevOps account linked to my personal Microsoft account. However, when I connect this account in Team Explorer it …
Can I use Managed Identity for local development when running Visual ...
Jan 24, 2024 · I am trying to use Managed Identity to get a connection string from an Azure Key Vault when I run my application locally in Visual Studio 2022. I am signed in as my own azure ad-account …
Publish Function App to azure zipdeploy failed with HTTP status code ...
Feb 15, 2024 · Remove the existing publish profile. Create a new publish profile and deploy the function app again. Enable the Basic Authentication in Azure Portal=>Function …
visual studio - TF30063:You are not authorized to access dev.azure.com ...
Mar 23, 2019 · My problem could have originated from having two different Azure DevOps accounts cached in Windows Credentials and Visual Studio started choosing which one to authenticate with at …
DefaultAzureCredetials can't authenticate via Visual Studio - Can't ...
Jan 12, 2023 · I'm attempting to connect to an Azure Key Vault instance from a .NET 4.7 application running locally under IIS and the debugger (Visual Studio 2022 17.4.4) but am encountering the …
How to run Azure Function app on a different port in Visual Studio
Jul 7, 2017 · Note the profile is set to "Project" not Executable. This allows me to have multiple test profiles. With this setup I can run multiple Azure Functions at the same time in debug in Visual Studio …
Azure DefaultAzureCredential Fails in Visual Studio locally
Nov 8, 2024 · DefaultAzureCredential should attempt authentication using ManagedIdentityCredential first (which works in Azure environments) and fall back to VisualStudioCredential if running locally in …
Azure function ".NET 8.0 Isolated" isn t available in Visual Studio ...
Mar 15, 2024 · Azure function ".NET 8.0 Isolated" isn t available in Visual Studio 2022 v17.9.3 Asked 1 year, 9 months ago Modified 1 year, 4 months ago Viewed 9k times