Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7735717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T07:34:14+00:00 2026-06-01T07:34:14+00:00

I have the following situation: I have an application that collects some data from

  • 0

I have the following situation:

I have an application that collects some data from some sensors. The app is written in C++. I need some way to send data (blobs) to the Windows Azure Storage. The data will be processed by some central server elsewhere. I am just interested in sending the data (binary stream).
Is there a way to connect from my native app to Azure? Do I need a Web Role ?

Thanks,
Tamash

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T07:34:15+00:00Added an answer on June 1, 2026 at 7:34 am

    You can do this. Windows Azure Blob Storage is accessible via a language-independent REST API.

    Note that there are some more directly supported language SDKs that simplify the REST API interaction (retries, HMAC signing, etc), but it is entirely doable from C++.

    Whether you need a Web Role (or Worker Role) for this depends on one thing: Is the sensor-collection application running on a system that can be trusted with the “keys” needed to access Windows Azure Blob Storage. If that app host can be trusted (e.g., fully under your control, not running on a customer’s or partner’s desktop for example) then it might be fine to fully trust it with unfettered access to your storage account. Then the sensor-collection app can beam the data directly into blob storage – no Web Role needed.

    If you cannot trust the host on which the sensor-collection is running, you need another tact. There is a way for a client to request temporary, limited-scope access to blob storage. This is known as Shared Access Signatures (SAS) in Azure/Blob terminology. A client in possession of an unexpired SAS can do whatever is allowed by that SAS – such as writing to blob storage. To create a SAS, one needs the storage keys mentioned in the prior paragraph. This would be a reason to deploy a Web Role – it can generate the SAS for you as needed (via a web service of your creation, for example). The scheme for identifying trusted clients depends on how you do things (the sensor-collection app instances need to identify themselves in some trusted way, I assume — but the SAS issued to one instance can let it write into an area in blob storage dedicated to that app instance, account, customer, site, etc. – whatever the right abstraction is for your business).

    Note, though, that while a Web Role is a way to solve the SAS-creation, you could also do it from any code that has access to a storage key.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following situation: excel-like application, that is accessible from internet. 2 users
I have following Situation, Server A sends some data (HTML form) to server B,
I have the following situation. I have an application that runs mostly on one
I have the following situation and I'm expecting some expert advise from SO folks.
I have the following situation. There is some very common class in my application
We have the following situation: There is an application that works on Apache and
I have the following situation. From an application located in https://subdomain.mydomain.com I am trying
I have the following situation: multiple virtual directories under same application pool in IIS
I have following situation: I'm developing an address-application to store the details of our
i have the following situation, i have a Reporting layer(stand alone) in asp.net application(NOT

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.