Skip to content

Commit 5ba57db

Browse files
authored
Merge pull request MicrosoftDocs#200 from alexandair/patch-1
Update python-sdk-azure-get-started.yml
2 parents 4a6ea50 + c67210f commit 5ba57db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs-ref-conceptual/python-sdk-azure-get-started.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ items:
5454
source ./bin/activate
5555
```
5656
57-
Create a virtual environment in Powershell:
57+
Create a virtual environment in PowerShell:
5858
```powershell
5959
pip install virtualenv
6060
virtualenv mytestenv
@@ -408,7 +408,7 @@ items:
408408
409409
print(blob_service.make_blob_url(CONTAINER_NAME, 'helloworld.html'))
410410
```
411-
To verify content successfully uploaded, navigate to the url printed.
411+
To verify content successfully uploaded, navigate to the URL printed.
412412
413413
Clean up the storage account using the CLI:
414414
```azurecli-interactive
@@ -420,4 +420,4 @@ items:
420420
421421
- 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).
422422
423-
- A [reference](/python/api/overview/azure/?view=azure-python) is available for all packages.
423+
- A [reference](/python/api/overview/azure/?view=azure-python) is available for all packages.

0 commit comments

Comments
 (0)