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 8928341
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T08:25:05+00:00 2026-06-15T08:25:05+00:00

Designing an Azure application where remote clients will be ‘streaming’ data/images at a frequency

  • 0

Designing an Azure application where remote clients will be ‘streaming’ data/images at a frequency of ~1 write/sec. Data will go to table storage, and images will go to blob storage.

I may want to run logic before these writes are accepted. For instance, limiting the write frequency or validating the data in the case of a bug or tampering- or other supporting operations like thumbnails, service bus use or anything.

One option is to pipe all operations through a REST service running on a worker role. This service would push data out to storage, and perform needed operations. However, given that clients can access storage services directly (shared access signatures securing access), this seems like an unnecessary bottleneck though more can be spun up. Further, having a role increases costs if there is an opportunity to push this logic somewhere else.

Thanks

  • 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-15T08:25:07+00:00Added an answer on June 15, 2026 at 8:25 am

    If your remote clients have a valid SAS they can do whatever they want with the resource based on what is defined in the SAS (Read, Write, Delete, …). There is no way to add any extra logic on storage level.

    What you can do is use a Windows Azure Web Site:

    1. You can use a Web Site which acts as a facade for the Blob/Table & Queue Services. That way you can control how these services are being accessed. Your remote clients won’t access the storage services directly.
    2. You can use a Web Site to hand out the SAS. This will allow your clients to access the storage services directly while your Web Site controls if and how long they get to access the storage services. But keep in mind, even if you hand out a SAS for 1 minute, during that minute they’ll be able to do whatever they want with the permissions defined in the SAS. If you want to do things like validation etc…, this won’t be the best option for you.

    And compared to Worker Roles, Web Sites are really cheap (even free).

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

Sidebar

Related Questions

I'm in the early phases of designing an Azure-based application. One of the things
While designing a new WPF application I noticed exceptions not being thrown during data
When designing an application with a large number of remote services, is it better
I am attempting to write to Azure Table Storage without using the TableContext and
I am designing a multi-tennant web-based SaaS application that will be hosted on Windows
I am designing an green field application, development will start on it tomorrow as
Designing a web application with ASP.NET MVC I asked myself how can I also
im designing a system where i will have multiple users uploading large amount of
When designing a specialized structured-data document format (perhaps upon XML): part of the requirements
When designing a user interface for an application that is going to be used

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.