About 374,000 results
Open links in new tab
  1. Azure Functions Database Connection String - Stack Overflow

    May 13, 2016 · App.Config or Web.Config doesnt work for Azure function connection strings. If you have Database Layer Library you cant overwrite connection string using any of these as …

  2. Azure SQL Connections are Timing Out - Stack Overflow

    Ok, in an attempt to move my app to the cloud I've moved a local SQL database to Azure SQL. The problem is that the connection to that new Azure SQL database is so 'flakey' I'm about to …

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

    Sep 22, 2018 · The portal has all information you need, under Connection Strings, including the server name (included in connection string, in the form of <servername>.data.windows.net). …

  4. Setting EF Connection String in Azure Web App - Stack Overflow

    To convert from a "normal" connection string to one that is accepted by EF: The connection string type in the application settings has to be "other" not "SQL Azure" The connection string value …

  5. How to add Azure SQL Server connection string to app.config in …

    Aug 2, 2017 · I'm trying to add an Azure SQL Server connection string into my app.config file, but there are red underlines all over the connection string when I try to copy and paste it from …

  6. java - How to connect to Azure SQL with JDBC - Stack Overflow

    Jun 10, 2016 · You can find it at the link Show connection strings of the right bar of the tab DASHBOARD on Azure old portal (see Fig 1), or see it at the link Show database connection …

  7. What SQL Server connection string works with .NET Framework 4.5 …

    Sep 16, 2024 · The app needs to connect to a SQL Server database in the Azure account. The Azure UI shows a variety of connection strings to use with the database. But none of them …

  8. Connection string for connecting to Azure SQL Database via Azure …

    May 14, 2017 · How can I build connection string for connecting to Azure SQL Database using Azure AD account? Currently, I am using the following but it does not seem to be correct. It …

  9. connection string - Output Azure SQL Database ConnectionString …

    I have an ARM template that (among others) creates a database on an Azure SQL server (which is also created by the template). I need to output the database ADO.NET connectionstring. …

  10. asp.net - Connection string Azure Sql database - Stack Overflow

    Jan 31, 2015 · This works in production--the real connection string stored on Azure servers replaces the placeholder connection string in my project. From what I've read, putting your …