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

  • SEARCH
  • Home
  • 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 8921447
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T06:32:44+00:00 2026-06-15T06:32:44+00:00

I would like to use the Azure Table Storage Service from an Azure Web

  • 0

I would like to use the Azure Table Storage Service from an Azure Web Site (not a Cloud Service). There is guides on how to do this using Node.js but I like to use .NET MVC instead.

All the guides for .NET talks about storing the Azure Storage connection information in the ServiceConfiguration (as you do in a Cloud Service) but in an Azure Web site I do not have this (just a Web.config). If I am not mistaken it is also not possible to use the RoleEnvironment (used to read from the ServiceConfiguration) without running in the Azure emulator and I do not do this in an AzureWeb Site.

Is it possible to access the Table Storage from an Azure Web Site and if so how do I connect to it?

I have looked at this question and it does not look similar.

  • 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-15T06:32:46+00:00Added an answer on June 15, 2026 at 6:32 am

    You can simply get the connection string from the web.config and parse it (note that you can also use the CloudConfigurationManager.GetSetting method):

    var connectionString = ConfigurationManager.AppSettings["myStorageAccountConnectionString"];
    var storageAccount = CloudStorageAccount.Parse(connectionString);
    var tableClient = storageAccount.CreateCloudTableClient();
    

    And in your web.config you will need to add the connection string like this:

      <appSettings>
        <add key="myStorageAccountConnectionString" value="DefaultEndpointsProtocol=https;AccountName=myaccount;AccountKey=fazfazefazefzeefazeefazfazefazef"/>
      </appSettings>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to use the logout function from Django but not sure how
I would like to use Azure Web Role Instances for hosting few website using
I would like to use the Authorization in WCF Hosted in Azure. At this
I would like to copy a very large storage container from one Azure storage
I would like to use azure caching to store session and output caching data.
I would like to upload from a web browser a text/html string as an
I would like to use SQL Enterprise Manager to manage my SQL Azure Databases.
I would like to explore the azure platform and create applications which make use
I have ASP.NET web apps and 1 wcf web service. I would like to
In my application I use sequences. These are stored in Azure table storage as

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.