Questions tagged as 'windows-azure'

0
answers

Azure Storage - no storage

I'm trying to save images to storage, the whole process happens smoothly, until the time I'm going to look at the storage and: This is my script const blobSvc = azure.createBlobService(config.containerConnectionString); let filen...
asked by 14.11.2018 / 20:41
1
answer

TypeError: Can not read property '1' of null

I have this problem and I have no idea how to solve it, I want to save images in Azure storage. const blobSvc = azure.createBlobService(config.containerConnectionString); let filename = guid.raw().toString() + '.jpg'; let rawdata = re...
asked by 12.11.2018 / 17:54
0
answers

Create a Endpoint via CDN for a blob (Storage Azure)

I'm thinking of uploading an Angular.JS application to a blob and creating an endpoint to access the app. Create a Storage and a blob that gave the app name with access permission "Container" then I configured in the Azure CDN an Endpoint for th...
asked by 15.08.2018 / 01:58
1
answer

How to insert Message from visual studio C # to Queue no Azure?

To insert message into the queue I ran this code which seems to be correct and yet it still does not work I do not know why the error it gives (in the addmessage part is 404 not found and from what I saw on the net the connections seem be well d...
asked by 01.08.2018 / 00:36
0
answers

Does Azure Data Lake integrate with any data visualizer?

The company wants to discard Power BI on account of the cost of the license, so I went after another data visualizer that allows to embed the dashboards in websites later, I found Apache Superset and Chartio, these are my best options. > My be...
asked by 27.06.2018 / 17:32
1
answer

Application service with the same name in Azure

If I delete an application service in Azure, can I create another application service with the same name?     
asked by 01.07.2018 / 08:16
0
answers

How to publish SQL Database in Azure and connect with MVC Web application?

Good evening guys, I have a problem here. I'm trying to upload an MVC + SQL Web application in Azure. Deploy works fine, Application is in the air. However, any connection to the bank fails. At the time of deploy, VS provides the option to creat...
asked by 03.05.2018 / 05:21
0
answers

Azure 401 Error in API Asp .Net Core Publication

I published an API in Azure, but any method I try to access from the error:    {"statusCode": 401, "message": "Access denied due to missing   subscription key. Make sure to include subscription key when making   requests to an API. "} I j...
asked by 07.04.2018 / 17:52
0
answers

REDIRECT APP ADDRESS FOR AZURE

Hello, We have a Web App running internally and with external access also that was done through the firewall (PFSense), now we want to put it in azure this way: original address: webapp.company.com: 8080/index final address: webapp.company...
asked by 28.03.2018 / 20:53
0
answers

Error in connection to oracle database after it does publish in azure with visual studio

I'm developing a project in asp.net with Oracle data base 12c. The connection to the database, locally, works. It does all the CRUD functions. I am also using azure services (project requirement) for both the bank and the website. When I publish...
asked by 12.03.2018 / 20:25