You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,17 +40,17 @@ network interface belonging to the subnet. The virtual machine is a `Standard_D1
40
40
### To run this sample, do the following:
41
41
42
42
You will need to create an Azure service principal either through Azure CLI, PowerShell or the portal. You should gather
43
-
each the Tenant Id, Client Id and Client Secret from creating the Service Principal for use below.
43
+
the Tenant Id, Client Id and Client Secret from creating the Service Principal for use below.
44
44
45
-
We recommend to use a [virtual environnement](https://docs.python.org/3/tutorial/venv.html) to run this example, but it's not mandatory.
45
+
We recommend using a [virtual environment](https://docs.python.org/3/tutorial/venv.html) to run this example, but it's not mandatory.
46
46
To initialize a virtual environment:
47
47
48
48
-`pip install virtualenv`
49
49
-`virtualenv mytestenv`
50
50
-`cd mytestenv`
51
51
-`source bin/activate`
52
52
53
-
Once in your virtual environement:
53
+
Once in your virtual environment:
54
54
-[Create a Service Principal](https://azure.microsoft.com/en-us/documentation/articles/resource-group-authenticate-service-principal/#authenticate-with-password---azure-cli)
0 commit comments