diff --git a/docs-ref-conceptual/python-sdk-azure-get-started.yml b/docs-ref-conceptual/python-sdk-azure-get-started.yml index 675e0938ff64..e63e03aa319f 100644 --- a/docs-ref-conceptual/python-sdk-azure-get-started.yml +++ b/docs-ref-conceptual/python-sdk-azure-get-started.yml @@ -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 @@ -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 @@ -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. \ No newline at end of file + - A [reference](/python/api/overview/azure/?view=azure-python) is available for all packages.