Questions tagged [azure-hub]
42 questions
8
votes
2 answers
Azure NotificationHubClient throws SocketException when used on Azure function intensively
We are using an Azure function to send push notifications via Azure NotificationHubClient. This function is called a lot at peak times on live environment and as a result we got a lot of SocketExceptions thrown from the…

vtrenea
- 171
- 4
4
votes
1 answer
What is the correct syntax to pass a base64 instead of a url to Microsoft Azure Computer vision API using Ruby
require 'net/http'
uri = URI('https://westcentralus.api.cognitive.microsoft.com/vision/v1.0/ocr')
uri.query = URI.encode_www_form({
'language' => 'unk',
'detectOrientation ' => 'true'
})
request =…

Kamal Paneru
- 43
- 5
2
votes
2 answers
Can I store the user name and password details in azure key vault?
We have created a web app and it stores the user name and password for user authentication in database right now. So those credentials can I stored in keyvault for more secure instead of storing in database.
Or else can you please tell me the right…

Vidhselva
- 117
- 2
- 15
2
votes
1 answer
Troubleshoot in Microsoft Azure Application Insight regarding on limitation of ajax request
I am unable to troubleshoot in Microsoft Azure Application Insight regarding exception of limitation of Ajax request which occurred when fired a request for my WEB URL and got a response as "Request time out". The actual exception message is given…

cSharma
- 636
- 8
- 21
2
votes
3 answers
Cloud-to-device Azure IoT REST API
I explored on sending data from Device to Cloud using Azure REST Apis. It is working seamlessly without any issues. I'm not finding good articles on sending Cloud-to-Device messages to Arduino board using "Azure IoT Hub REST Apis". Could some one…

arun thatham
- 500
- 1
- 4
- 13
1
vote
1 answer
change gasLimit parameter into the genesis.json file on azure priavte blockchain
I am trying to deploy a smart contract to an azure blockchain.
The contract is deployed without errors but i can't submit transaction to the blockchain through this contract.
I guess this is an issue with gasLimit, because when I use my private…

Sonia Daoud
- 15
- 4
1
vote
1 answer
Disable RapidFail Protection in WebApp
I have recently migrated from Azure Cloud Service to Azure Web App. Earlier I use to Disable the rapidFailProtection from my Webrole class. After the migration to Web App, I have remove the webrole class and added the code of rapidFail in the…

user2561997
- 443
- 1
- 6
- 18
1
vote
1 answer
Stored Procedure usage in Azure SQL Database with Direct Query Mode
I have created stored procedures in Azure SQL Database and trying to use them power BI report with Direct Query mode. But getting the error like
"Microsoft SQL: Incorrect syntax near the keyword 'EXEC'. Incorrect syntax near ')'.
Another question…

Javaterian
- 21
- 1
1
vote
2 answers
get files back from deployed website on azure
I want to get files of website back which I have deployed on azure. Is there any way to download or get that files from azure ?

Dhruv Gohil
- 842
- 11
- 34
1
vote
2 answers
How to pass header in Azure endpoint..?
I am using Azure API , URL getting below error please help on this issue. please share codesnip, how to change in web.config and endpoints.
The HTTP request is unauthorized with client authentication scheme
'Anonymous'. The authentication header…

Jitendra Shewale
- 21
- 7
1
vote
1 answer
How do I add existing VM in Azure Batch pool?
We have one Windows 2012 based VM in Azure and want to add this VM into Azure Batch service's pool. Reason behind this is that we have installed one licensed application on this VM. This application provides installation wizard and I am not sure if…

Shekhar
- 11,438
- 36
- 130
- 186
1
vote
1 answer
getting error-Message Not found- Azure EventHub
I am trying to send a string to the EventHub and I have written this code:
private static void sendPOST(ValueChangeMessage valueChangeMessage) throws IOException {
try {
// final String namespaceName = "";…

Shubhankar Sharma
- 27
- 1
- 6
0
votes
1 answer
Azure private endpoint in Hub spoke
I've implemented Hub-Spoke with azure firewall in hub.
We send all traffics to firewall and hub-spoke peering enabled with traffic forwarding and gateway transit is also enabled.
I have a postgres with private endpoint in one spoke and I want to…

pers
- 195
- 12
0
votes
1 answer
Porting Azure IoT sdk-c to yocto system
we are looking at porting the sdk-c for Azure Hub to a device running yocto, we have compiled it with the target end toolchain and we are now testing the results from the target.
The intention is to use it with MQTT over mbedtls and we currently get…

homer69
- 53
- 1
- 8
0
votes
1 answer
Is there a list of Microsoft Azure Cloud Services by release date / GA?
In part to help explain or understand "what components build on which others" in Azure, or show others the time and evolution of thinking as products were released (console vs portal for example), is there a list of when products were released to…

TLDR
- 1,198
- 1
- 12
- 31