Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 412 Bytes

File metadata and controls

13 lines (10 loc) · 412 Bytes

Quickstart: Azure Cosmos DB for Table client library for Python

# Log in to azd. Only required once per-install.
azd auth login

# First-time project setup. Initialize a project in the current directory, using this template.
# Omit the --template argument if you are running in a development container.
azd init --template cosmos-db-table-python-quickstart

# Provision and deploy to Azure
azd up