About 1,350,000 results
Open links in new tab
  1. What SQL Server connection string works with .NET Framework 4.5 …

    Sep 16, 2024 · The default provider in Azure for connection strings should be System when you are working with them in a.NET Framework 4.5.2 application. SQL Server databases can be …

  2. How can I get the connection string to a database hosted Azure in …

    Nov 17, 2022 · Connect to Azure and create an SQL Server and database. *Select the connection string of that particular database in the left pane as shown below and choose connection …

  3. How do I connect to Azure SQL database using an App Service …

    Apr 8, 2024 · The app service has a system-assigned managed identity with a SQL DB Contributor role for the database. I have a virtual network and have configured access to the …

  4. Connecting to an Azure database using SQLAlchemy in Python

    Dec 10, 2018 · 33 There are 2 issues with your connection string: As per the SQLAlchemy documentation: The delimeters must be URL escaped when using a pass-through exact …

  5. How to get connection string out of Azure KeyVault?

    May 1, 2017 · For .NET apps, these connection strings are injected into your .NET configuration connectionStrings settings at runtime, overriding existing entries where the key equals the …

  6. Where to look for UserId and Password for Azure SQL Server …

    Sep 22, 2018 · I have ASP.NET MVC app and I am trying to connect to Azure SQL database migrated on Azure. I need to set my connection string in web.config and I have no idea where …

  7. Azure Functions Database Connection String - Stack Overflow

    May 13, 2016 · How do I add or access an app.config file in Azure functions to add a database connection string? If you're not supposed to add an app.config and there is a better way to …

  8. How do I connect to Azure SQL DB from VBA with Authentication ...

    If you login to https://portal.azure.com/ and then open up your azure sql database - not the server, you can find pre configured connection strings under "Settings" for various database …

  9. Azure managed identity: Passwordless connection string to Azure …

    Jan 19, 2023 · 2 Microsoft Azure provides a secure, credential-less connection string to Azure SQL databases using its managed identity feature. This feature enables users to securely …

  10. Setting up connection string in .NET Aspire - Stack Overflow

    May 24, 2024 · Starting with the Aspire starter solution I've added the ability to reach out to an Azure SQL Server database. In my AspireSample.ApiService I have the following line in …