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
-
0
votes1
answer143
viewsGenerate report in Azure
I need to generate reports in an MVC application that will be hosted in Azure and I learned through this tutorial: Using Report Viewer in ASP.NET MVC that it is necessary to hire a Virtual Machine…
-
0
votes0
answers40
viewsAzure - Does not create tables
I created an ASP.Net MVC 5 project, made some modifications to the login and on my machine everything goes smoothly, but when I send it to Azure, when creating the user error occurs. What I was able…
windows-azureasked 8 years ago Daybson 45 -
0
votes1
answer77
viewsAzure SQL connection failure
I am receiving the error message below when trying to connect to a database hosted in AZURE through a WEB application: An Exception has been raiset that is likely due to Transient Failure. If you…
-
0
votes1
answer245
viewsAzure connection drops constantly
I’m using Visual Studio 2015, C# and database SQL Server Azure and developing a project Windows Forms. Everything works perfectly, only when I spend a certain time without running my application to…
-
0
votes1
answer98
viewsjava.lang.Noclassdeffounderror: Failed Resolution of: Ljavax/xml/stream/Xmloutputfactory; Azure
I’m taking a photo and then I want to send it to the Azure Storage however in the following line of code: CloudStorageAccount account = CloudStorageAccount.parse(storageConnectionString); I get the…
-
0
votes0
answers11
viewsOauth in Azure does not open
I’m working with Google Drive API and localhost the Consent screen - the one you authorize the application to make changes and view your data - normally opens in a new browser tab. But when I move…
-
0
votes1
answer46
viewsScheduler for Azure
Does anyone know if I can make a simple console program that will do some SQL Insert and put it to run on the Azure scheduler? (whether it’s the free one or the paid one…
-
0
votes1
answer90
viewsGoogle Consent screen does not open
I made an application that has the function of backing up to Google Drive, but it does not work when I put in some server, works only in localhost. What happens is that it doesn’t open the consent…
-
0
votes1
answer30
viewsAzure backend with C#. Create a new field in a table
I have a backend built in C#, with Microsoft Azure and SQL Server database. In order for me to add a new field to a table, what should I do? It would just go in the designer of this table, via…
-
0
votes1
answer164
viewsAzure Sotarage on Android - open failed: ENOENT (No such file or directory)
I’m having a problem with the AZURE STORAGE API for Android which is when I try to upload an image with the following code storageAccount = CloudStorageAccount.parse(storageConnectionString);…
-
0
votes1
answer212
viewsError handling does not work
In the config of my application I deleted the customErrors to make a test of an error that is difficult to replicate. And where must be going the error I put a Try: if (ModelState.IsValid) {…
-
0
votes1
answer115
viewsAzure - Error 401
I am trying to make a post to insert a record in a Webapi hosted on Azure. https://acelerasp.scm.azurewebsites.net/api/Ocorrencia/InserirOcorrencia I am using POSTMAN to perform the tests, passing…
-
0
votes0
answers96
viewsError accessing mysql database in Azure
After creating a new user I cannot access my mysql database in Azure. How can I reverse this error?…
-
0
votes0
answers53
viewsApplication Service connect to Azure’s external Mysql database
I’m trying to connect wordpress that is running on an App Service on Azure. In the main domain I have an ASP NET MVC application and configured an application to run wordpress in the same domain.…
-
0
votes1
answer38
viewsSite does not connect to database after published
I published a WEB application (developed in C#) in Azure using a database, it turns out that when I try to run it through the domain provided by Azure, it gives me the following error: "Server Error…
windows-azureasked 7 years, 8 months ago Romeu 37 -
0
votes0
answers57
viewsImport Mysql tables into Azure
Someone has some tip like importing tables from Mysql to Windows Azure, I’m finding this difficulty, I know Azure works with the bacpac extension and Workbench works with sql. I read the Microsoft…
windows-azureasked 7 years, 5 months ago Fernando 227 -
0
votes1
answer71
viewsService Bus - Performance Test with Service Bus
I need to do performance tests on Microsoft Bus Service. I am using jmeter for performance test, understand that the Jmeter can be configured to put messages, someone knows how I can configure the…
-
0
votes1
answer19
viewsAzure Remote Debugging - Simultaneous Connections
I am using Azure Remote Debugging and I have the following question. In the Free, Shared or Basic layer, how many simultaneous connections can I make?
-
0
votes1
answer358
viewsEdit Excel spreadsheet with C# in Microsoft Azure
I have a web application that reads an excel spreadsheet and imports the cell values into the database automatically. I am using COM, so it is necessary on the machine Microsoft Excel installed.…
-
0
votes1
answer42
viewsAzure Web Roles and Worker Roles
What is Azure Web Role and Worker Role? What are the differences between them and what scenarios can we use each?
windows-azureasked 7 years, 3 months ago mcamara 1,237 -
0
votes1
answer68
viewsRotating alternative in Azure
I use the rotary on my system, but when running the same on Azure as a Web Application because the Azure does not allow file execution .exe. So I need some other Framework which replaces the rotary…
-
0
votes1
answer67
viewsNode Create an API to validate Azure AD login
Does anyone know how I could create an API to validate login with Azure AD and return a token?
-
0
votes2
answers268
viewsAzure phpMyAdmin error: Access denied!
Sometimes, during my work developing my app on Azure, I come across this situation: I use Chrome browser My Mysql database: MySQL no Aplicativo so I only use for one application. Any suggestions on…
-
0
votes1
answer41
viewsapi result different from my site result
I created a C# API in Azure where it returns me an array by passing the following parameters:…
c# api asp.net-web-api windows-azure azure-app-serviceasked 7 years, 2 months ago hebert andrade 21 -
0
votes1
answer18
viewsApp service with the same name in Azure
If I delete an app service in Azure, I can create another app service with the same name?
-
0
votes1
answer62
viewsError deploying to Azure Service Apps
I am having the following problem, I am using the deploy service of Azure, I am trying to upload an application in Lumen ( php ). I can even go up but when I make a request inside the application…
-
0
votes1
answer122
viewsMagic Constants Returning Null or Halfway
Work on a Wordpress site using: PHP 7.0 and Microsoft-IIS/10.0. The site is up and running, but occasionally errors appear in the log, usually errors related to Constants __DIR__ and __FILE__…
-
0
votes0
answers50
viewsError in connection to oracle database after doing Publish on Azure with visual studio
I am developing a project in Asp.net with Oracle data base 12c. The connection to the database locally works. It does all CRUD functions. I am also using the services of Azure (project requirement),…
-
0
votes1
answer82
viewsHow do I write a tabular file in an instance of Azure Data Lake Store with the Python API?
Suppose I have an instance of Data Lake Store in my Azure inscription and I would like to create a Python script to write a tabular file with tab (CSV type or similar) in that instance. Without…
-
0
votes1
answer31
viewsUpload data to Azure
Does anyone know if there is a possibility of uploading data from a file to a Datalake in Azure? For example, a Datatools service would run and it would access a repository within a user machine,…
-
0
votes1
answer61
viewsBuild with Maven does not find lib in Artifacts
I’m building a pipeline in Azure Devops to build java projects with Maven. When trying to download libs in Artifacts the following error appears Caused by:…
-
0
votes0
answers10
viewsConsume Microsoft Graph in VBA
I am a developer in VBA, and now I need to use the resources of Azure. I’m in need of help adding to my spreadsheet in App Logs Which option I choose here and what I fill in the other label? After…
-
0
votes1
answer1399
viewsTypeerror: Cannot read Property '1' of null
I have this problem and I have no idea how to solve, I want to save images in Azure Storage const blobSvc = azure.createBlobService(config.containerConnectionString); let filename =…
-
0
votes1
answer269
viewsSelect from and Insert into another database with Python
I’m trying to select a DB from Azure and after that insert the data into a postgresql DB. I tested the separate connections and both are working, but when running the full code nothing happens until…
-
0
votes1
answer24
viewsAzure Webapp VS Azure Function
What are the biggest differences between webapp and Function? At first, I know that webapp supports higher amounts of data than funtion, and that Function has other forms of activation like Queue,…
-
0
votes0
answers13
viewsFile Recovery after Deforestation
I have a project where I needed to upload what I had to the Azure cloud then did the process of removes Mapping to map again, when I went to see, after this procedure, one of the report Reports did…
asp.net-mvc visual-studio windows-azure report team-foundation-serverasked 3 years, 11 months ago Andrey Cadilhe 11 -
0
votes0
answers22
viewsHow do I import test cases to a test suite from the same test plan in Azure Devops?
After creating another Test Suite within the same Test Plan, I am trying to import test cases from another Test Suite, but by clicking Import test Suit in the test plan options the Test Plan where I…
-
0
votes0
answers40
viewsAdding Watermark with c# without using System.Drawing.Bitmap in Azure
I am new in the world . NET and I have a problem sending images to the site. I am using a function to add Watermark to the photo as soon as it is sent but apparently Azure no longer accepts the use…
-
0
votes1
answer151
viewsInvalid method (HTTP Verb) is being used Error
The page you are Looking for cannot be displayed because an invalid method (HTTP Verb) is being used. This error is being presented, when I try to send via POST data XML to an archive PHP. I wrote a…
-
0
votes1
answer53
viewsAzure - Hot layer BLOB recording source
Gentlemen all right? In my Azure account is displaying a high consumption of: "Hot LRS Recording Operations - Layered Block Blob - 192% 1.92 / 1 10K" image below: In the last 3 days this number that…
-
0
votes0
answers18
viewsAzure Function Queue, how to pick up 1 dice at a time?
Hello, good(m) (day, afternoon, night) I am working with a Function that when activated makes a very heavy processing. Because of that I can’t let her pick up multiple dice in the queue, it needs to…
-
0
votes0
answers20
viewsPHP does not upload image to Azure
Problem: When the user selected the desired image and tries to save it, it cannot move inside the server. I’ve tried so many ways but the same mistake always happens. HTML: <form…
-
0
votes1
answer95
viewsDocker - No module named 'Azure.Storage'; 'Azure' is not a package
I’m having problems importing the Azure-Storage-blob package into an Apache-Airflow container. My image: My running container: I installed Azure-Storage-blob but when executing a script, an error…
-
0
votes0
answers43
viewsError "Unable to resolve Ilogger from Microsoft.Extensions.Logging" when making a request to endpoint from Azure fucntion
I have an Azure Function that has an endpoint that questions a data repository and to have Traces of what the function does I used the ILogger<T>. The class in question has the implementation…
-
0
votes0
answers5
viewsKusto calculated field with Metrics
I’m making a query in Kusto on Azure to bring the value of the Redis memory fragmentation, this value is obtained by dividing the RSS memory by the memory used, the problem is that I am not able to…
-
0
votes0
answers15
viewsShow document . PDF in browser via Azure Function
Azure Function then takes the document ". pdf" and download it, what I want to know is a way to grab that document, save it in the browser and display it on a web page I wonder if I should return…
-
-1
votes2
answers78
viewsUnity3d - Problem with the authentication of the Bitrave plugin for connecting to Azure
I’m following the tutorial: http://www.deadlyfingers.net/azure/unity3d-game-dev-with-azure-mobile-services-using-bitrave-plugin/ and when logging into Unity Editor appears the message: "Response is:…
-
-1
votes2
answers405
viewsHow to integrate a Web Application with a Postgis database? What is the best way?
I’m developing a web application using the Azure platform. I chose to use the Postgresql database with Postgis extension, because the application is summarized in a Webgis and Postgis is the one…
-
-1
votes1
answer27
viewsConfigure Firewal SQL Server
How do you configure the Firewal rule not to keep asking for an update of a new IP ? I created an account in Azure and I have a system that is in test and the server sql server from time to time I…
-
-1
votes2
answers67
viewsCache Redis on Azure
I hired the cache service Azure Cache Redis, but to import the current database I had to migrate it to Premium P1, after importing I tried to return to the C0, impossible, the Azure Cache Redis only…
windows-azureasked 7 years, 10 months ago Dorathoto 7,426