Questions tagged [azure-hub]
42 questions
0
votes
0 answers
Error or Error Code in case of PNS data expired or invalid
I'm using .Net assembly (dll) not Rest API.
Question: What would be the response/error status received from MS Azure Notification Hub in below scenarios
a) When certificate become expired in MS Azure Hub.
b) When APNS certificate (which is existing…

Ques
- 1
- 1
0
votes
1 answer
Azure notification hubs + APNS result in missed topic notifications. Must I archive all sent notifications for iOS devices?
Azure notification hubs have a feature that allow for subscribing to various topics in a many to many relationship. (many devices to many declared topic strings)
Suppose I take these steps:
I send an iOS device a notification, "test 1".
The…

makerofthings7
- 60,103
- 53
- 215
- 448
0
votes
2 answers
Spark Deployment in Azure cloud
Is it possible to deploy spark code in Azure cloud without the yarn component? thanks in advance

Holmes
- 1,059
- 2
- 17
- 25
0
votes
1 answer
azure REST API communication
I'm currently trying retrieve list share available in my Azure account from salesforce. I'm trying to implement the example from below sample code:
https://learn.microsoft.com/en-us/rest/api/storageservices/list-shares#samplerequestandresponse
…

Rv1
- 185
- 1
- 10
0
votes
2 answers
Unable to find Service Fabric application New project option in Visual Studio 2017
Solution :
From answers we were able to find the location on Window 7 :
"C:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\Common7\IDE\devenv.exe"
I am following this tutorial .
For creating a new Service Fabric application I…

Divyanshu Jimmy
- 2,542
- 5
- 32
- 48
0
votes
1 answer
Microsoft Azure SSL configuration
I`m trying to setup SSL certificate on site that using Microsoft Azure hosting, SSL from Azure and domain provided from superhosting.bg. Site using .NET MVC 5 and SQL Server for DB
In Azure environment I have SSL sertificate
In the web.confing file…

Dany
- 367
- 1
- 2
- 21
0
votes
1 answer
Microsoft Azure Translator Android API not working
I was trying to make a text translator app using Microsoft-translator-API but I am not able to receive any response from this API, I always get this message:
[microsoft-translator-api] Error retrieving translation: Unable to resolve host…

rajat singh
- 13
- 6
0
votes
1 answer
azure eventhub receive not working in linux
I am working on a project where I read device events from azure IotHub. I used the code provided in link . I am using spring boot for my project.The code was working completely fine on my windows machine, but when I deployed the code on my…

Madhu
- 53
- 1
- 11
0
votes
0 answers
Azure v2.0 in production prerequisite
I am using Azure v2.0 for authenticating user and then call MS Graph API using access token provided by Azure v2.0. For using Azure v2.0 we need to register apoplication at Microsoft App Registration Portal. I am following the process mentione at…

Purva
- 37
- 2
0
votes
1 answer
Failing to connect my simulated device to azure IoT hub to send the data using Python
Can anybody please tell me why am I getting this error:
ModuleNotFoundError Traceback (most recent call last)
in ()
11 from iothub_client import IoTHubClient, IoTHubClientError,…

Nagraj Ganiga
- 11
- 2
0
votes
1 answer
Where is the data being stored in Azure IoT hub? and in which format the data being transferred?
I'm new to Azure,
Can anybody please tel me in which format the data is being transferred from IoT device to IoT hub(device-to-cloud message)? I think it's in JSON.
Also where is the data being stored? Is it xVelocity?

Nagraj Ganiga
- 11
- 2
0
votes
1 answer
How can I push the data collected from IoT devices to Microsoft Azure IoT hub?
I need to connect my cell phone to the IoT sensors (Say BLEs) and collect the data which needs to be sent or stored into Azure.How can I do that? Is there any App (preferably mobile App) through which I can handle my IoT devices and push the data to…

Nagraj Ganiga
- 11
- 2
0
votes
2 answers
Unable to create an azure image in ARM
I have uploaded a back up of onprem OS disk to azure RM storage account. I want to create an image out of that os disk to provision vms in azure.
Please let me know if that is possible ?

GavinS1986
- 21
- 1
- 3
0
votes
1 answer
Error while publishing web app to azure
I get this error when i publish my webapp. Any idea why and how can i solve it?
I was able to publish it properly but then i deleted the webapp in azure and then tried to publish it again. Got this error.

Chetan
- 469
- 3
- 12
- 27
0
votes
1 answer
Can I use Azure ML without Azure cloud services?
My question is a bit naive. I use AWS for hosting my backend servers. I have lots of real-time data logs, which needs to used for Anomaly & Pattern Detection. Microsoft Azure ML offers ready-made suites for the same, but the Azure ML documentation…

honeybadger
- 1,465
- 1
- 19
- 32