1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
---
page_type: sample
languages:
- python
products:
- azure
- azure-template
urlFragment: azure-template-samples
---
# Azure Template samples
Provide an overview of all the samples and explain how to run them.
For guidance on the samples README, visit the [sample guide](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/sample_guide.md#package-sample-readme).
|**File Name**|**Description**|
|----------------|-------------|
|[sample_simple.py][sample_simple] | Run template sample method |
## Prerequisites
* Python 3.7 or later is required to use this package.
## Setup
1. Install the Azure Template client library for Python with [pip][pip]:
```sh
pip install azure-template
```
2. Clone or download the repository containing this sample code. Alternatively, you can download the sample file directly.
## Running the samples
Navigate to the directory that the sample(s) are saved in, and follow the usage described in the file. For example, `python sample_simple.py`.
## Next steps
Link the API reference docs for your package in this section.
<!-- Links -->
[sample_simple]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/template/azure-template/samples/sample_simple.py
[pip]: https://pypi.org/project/pip/
|