Skip to content
Merged
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
6 changes: 3 additions & 3 deletions docs-ref-conceptual/python-sdk-azure-get-started.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ items:
source ./bin/activate
```

Create a virtual environment in Powershell:
Create a virtual environment in PowerShell:
```powershell
pip install virtualenv
virtualenv mytestenv
Expand Down Expand Up @@ -408,7 +408,7 @@ items:

print(blob_service.make_blob_url(CONTAINER_NAME, 'helloworld.html'))
```
To verify content successfully uploaded, navigate to the url printed.
To verify content successfully uploaded, navigate to the URL printed.

Clean up the storage account using the CLI:
```azurecli-interactive
Expand All @@ -420,4 +420,4 @@ items:

- To learn more about how to use the Azure management libraries for Python to manage resources and automate tasks, see our sample code for [virtual machines](python-sdk-azure-web-apps-samples.md), [web apps](python-sdk-azure-web-apps-samples.md) and [SQL database](python-sdk-azure-sql-database-samples.md).

- A [reference](/python/api/overview/azure/?view=azure-python) is available for all packages.
- A [reference](/python/api/overview/azure/?view=azure-python) is available for all packages.