Questions tagged as 'windows-azure'

1
answer

Application without access to the database after publishing in Azure

I posted an Asp.Net Core 2.1 application in Azure, did the Migrations, the database and tables were created normally, I can see the whole structure of the database by VS, but the application does not access the database. Cananyonetellmewhatm...
asked by 25.10.2018 / 04:28
1
answer

PHP, XAMPP, Sql Server

Good night guys, I'm trying to connect to php with sql server already has a couple of days, can anyone help me? It just shows this: Fatal error: Uncaught Error: Call to undefined function sqlsrv_connect () in C: \ xampp \ htdocs \ connecti...
asked by 05.09.2018 / 02:46
2
answers

Cache Redis on Azure

I contracted the Azure Cache Redis cache service, but to import the current database I had to migrate it to Premium P1 , after import I tried to go back to C0 , impossible Azure Cache Redis only makes upscale never downscale ....
asked by 06.02.2017 / 15:16
1
answer

Configure Firewal SQL Server

How do you configure the firewal rule so that you will not be asked to update a new IP? I created an account in azure and I have a system that is under test and the server sql server from time to time I asked to update the IP and when this happe...
asked by 24.10.2016 / 11:06
1
answer

How to connect a Java application to the Mysql-in App on Azure? [closed]

How to connect an application via url to Mysql bank (Myslq-inApp) within azure? String urlLOCAL = "jdbc:mysql://localhost:3306/crudjsp"; String urlAzure = "jdbc:"; Class.forName("com.mysql.jdbc.Driver"); Con...
asked by 17.06.2017 / 02:15