Most voted "windows-azure" questions
Microsoft Azure is a cloud computing provider, providing platform as a service (Paas) and infrastructure as a service (Iaas). Platform users can deploy their applications with all the benefits of cloud hosting, in a scalable way and in a highly managed and charged environment according to their consumption.
Learn more…158 questions
Sort by count of
-
-1
votes2
answers117
viewsHow to connect an Azure Storage Account to an ASP.NET Core project?
I’m using VS2017 with ASP.NET Core 2.0 (Angular template) and I need to do basic Tables-based CRUD operations in Azure Storage. Is there any way to scaffold my environment?
-
-1
votes1
answer29
viewsScheduled Backup in Azure SQL Database
I know that the backups in SQL Azure are automatic, but how can I make a configuration in them? Schedule for a certain time?
-
-1
votes1
answer41
viewsRead Access for Users
I’m having trouble creating read-only users in SQL Azure. He returns the message: "The main server "****" is not Able to access the database "****" under the Current security context." Cannot open…
-
-1
votes1
answer31
viewsHow to Insert Message from visual studio C# to Queue in Azure?
To insert message in the I ran this code that seems to be correct and however, it still doesn’t work I don’t know why the error it gives (in the addmessage part is 404 not found and from what I saw…
-
-1
votes1
answer528
viewsPHP, XAMPP, Sql Server
Good night, you guys, I’m trying to connect php with sql server already have a couple of days, someone can help me ? It just shows this : Fatal error: Uncaught Error: Call to Undefined Function…
-
-1
votes1
answer32
viewsApplication without access to the Database after publication in Azure
I published an Asp.Net Core 2.1 application in Azure, I made the Migrations, the database and tables were created normally, I can see the whole structure of the database by VS, but the application…
-
-1
votes1
answer29
viewsData Dynamic Azure Data Factory
good afternoon! I’m doing a project in which I upload data from SAP to my SQL, via Azure Data Factory. It turns out I need to have a dynamic column Partition, by date: I need, for example, to take…
-
-2
votes1
answer135
viewsHow do I connect a Java application to the Mysql-in App on Azure?
How to connect an application via url to the Mysql database (Myslq-inApp) within Azure ? String urlLOCAL = "jdbc:mysql://localhost:3306/crudjsp"; String urlAzure = "jdbc:";…