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 Dec 15, 2023. It is now read-only.
description: "Azure Service Principal sample for managing Service Principal."
10
14
---
11
15
12
-
# Getting started on managing passwords using C# #
16
+
# Get started managing passwords (C#)
13
17
14
-
Azure Service Principal sample for managing Service Principal -
15
-
- Create an Active Directory application
16
-
- Create a Service Principal for the application and assign a role
17
-
- Export the Service Principal to an authentication file
18
-
- Use the file to list subcription virtual machines
19
-
- Update the application
20
-
- Delete the application and Service Principal.
18
+
Azure Service Principal sample for managing Service Principal.
21
19
20
+
- Create an Active Directory application
21
+
- Create a Service Principal for the application and assign a role
22
+
- Export the Service Principal to an authentication file
23
+
- Use the file to list subcription virtual machines
24
+
- Update the application
25
+
- Delete the application and Service Principal.
22
26
23
-
## Running this Sample ##
27
+
28
+
## Running this sample
24
29
25
30
To run this sample:
26
31
27
32
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-net/blob/master/AUTH.md).
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
42
-
43
-
---
45
+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
44
46
45
-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
47
+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
0 commit comments