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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:19:54+00:00 2026-05-26T03:19:54+00:00

I have an application which I am in the process of migrating to Windows

  • 0

I have an application which I am in the process of migrating to Windows AZURE. I have a question about configuration files storage.

My application has a complex configuration file (XML). The path to the file is in my web.config file. Accessing it in an IIS environment is no problem.

In AZURE, I have the choice of transferring all my settings in the app.config file of my worker process (I don’t like that), or transfer the configuration settings in my database (in a table with a key/value pairs structure).

Would the AZURE storage be a solution? Could I put my existing configuration file in this space and access it from my worker process?

Any tips and tricks about that?

Thanks
Alex

  • 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-05-26T03:19:54+00:00Added an answer on May 26, 2026 at 3:19 am

    Note that if you have code that processes your existng config file, you can continue using that. You could even put your config file into Azure Blob Storage.

    But if you want something more Azurey, sure, Azure Table Storage is possible. I don’t know what’s in your XML file, so you need to decide the goodness of fit.

    Azure Table Storage is a “NoSQL” database that implements a Key/Value datastore. If you are familiar with WCF Data Services, then you already know the programming model (LINQ, Entity Framework).

    Azure Table Storage is fairly straightforward to code against – small boilerplate to set up, then pretty low ceremony after that (there is no database schema, such as with a relational database).

    Azure Table Storage supports a limited set of data types – but it is typed – so dates, strings, integers, and a few others are first-class citizens (probably a good match for values that might be migrating out of an XML config, as long as the data is not hierarchical).

    Julie Lerman’s article is a nice starting point to wrap your head around it.

    You ask whether you could put your existing configuration file in this space and access it from my worker process – the answer is “yes” – and you could even access it from Azure for applications that were running outside of Azure. (It is just REST interfaces – XML over http – under the hood.)

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

Sidebar

Related Questions

I have an application which has to process XML files by adding metadata from
I have an application which is packaged as a .war file. It has GWT
I have an application which needs to find and then process files which follow
We have created a multi-threaded application which process/parse big files (few hundred MB's) simultaneously.
I have a web application which process the data collected from different client machines
I have a C# application which launches another executable using Process.Start() . 99% of
I have a C# app which invokes an unmanaged C++ application via Process.Start() On
I have an application which is used to modify content of a pdf file.
i have an application which gets random session timeouts. (IIS 7.5 on Windows 2008
i have a application which crops an image and save it the process was

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.