Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,22 @@ To run the sample using the Storage Emulator:
3. Run the project.

To run the sample using the Storage Service
1. Open the config.py file and set IS_EMULATED to false.
2. Create a Storage Account through the Azure Portal and provide your STORAGE_ACCOUNT_NAME and STORAGE_ACCOUNT_KEY in the config.py file. See https://azure.microsoft.com/en-us/documentation/articles/storage-create-storage-account/ for more information.
1. Open the config.py file and set `IS_EMULATED` to false.
2. Create a Storage Account through the Azure Portal and provide your `STORAGE_ACCOUNT_NAME` and `STORAGE_ACCOUNT_KEY` in the config.py file. See https://azure.microsoft.com/en-us/documentation/articles/storage-create-storage-account/ for more information.
3. Set breakpoints and run the project.

## Deploy this sample

Either fork the sample to a local folder or download the zip file from https://github.com/Azure-Samples/storage-table-python-getting-started/
Either fork the sample to a local folder or download the zip file from https://github.com/Azure-Samples/storage-table-python-getting-started/.

To get the source code of the SDK via git, type:

```
git clone git://github.com/Azure-Samples/storage-table-python-getting-started.git
cd .\storage-table-python-getting-started
cd storage-table-python-getting-started
```

##Minimum Requirements
## Minimum Requirements
Python 2.7, 3.3, or 3.4.
To install Python, please go to https://www.python.org/downloads/

Expand All @@ -37,4 +40,4 @@ To install Python, please go to https://www.python.org/downloads/
- Getting Started with Tables - https://azure.microsoft.com/en-us/documentation/articles/storage-python-how-to-use-table-storage/
- Table Service Concepts - http://msdn.microsoft.com/en-us/library/dd179463.aspx
- Table Service REST API - http://msdn.microsoft.com/en-us/library/dd179423.aspx
- Storage Emulator - http://azure.microsoft.com/en-us/documentation/articles/storage-use-emulator/
- Storage Emulator - http://azure.microsoft.com/en-us/documentation/articles/storage-use-emulator/