Skip to content Skip to sidebar Skip to footer

How To Set The Properties Of An Azure Table Through Python Sdk

I am trying to enable CORS for a specific azure account/table from the python sdk. Unfortunately the docs do not cover that topic. From looking here I know that I must use the set_

Solution 1:

This is shortly going to be fixed in the next version of the Python library (to be released very soon, see the dev branch), but at the moment the library doesn't support setting CORS.

In the new version, it will be settable something like this sample shows.

Post a Comment for "How To Set The Properties Of An Azure Table Through Python Sdk"