Skip to content

Commit 95e57ca

Browse files
committed
Added a link to survey in Readme files
1 parent 63a9ce0 commit 95e57ca

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

1-Call-MSGraph/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Clean the solution, rebuild the solution, and run it.
158158

159159
Start the application, it will display the users in the tenant.
160160

161-
[Tell us how we did?](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRy8G199fkJNDjJ9kJaxUJIhUNUJGSDU1UkxFMlRSWUxGVTlFVkpGT0tOTi4u)
161+
> [Consider taking a moment to share your experience with us.](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRy8G199fkJNDjJ9kJaxUJIhUNUJGSDU1UkxFMlRSWUxGVTlFVkpGT0tOTi4u)
162162
163163
## About the code
164164

2-Call-OwnApi/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ Clean the solution, rebuild the solution, and run it. You might want to go into
201201

202202
Start the application, it will display the users in the tenant.
203203

204+
> [Consider taking a moment to share your experience with us.](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRy8G199fkJNDjJ9kJaxUJIhUNUJGSDU1UkxFMlRSWUxGVTlFVkpGT0tOTi4u)
205+
204206
## About the code
205207

206208
The relevant code for this sample is in the `Program.cs` file, in the `RunAsync()` method. The steps are:

3-Using-KeyVault/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ var secret = await keyVaultClient.GetSecretAsync("<certificateSecretIdentifier>"
104104
X509Certificate2 certificateWithPrivateKey = new X509Certificate2(Convert.FromBase64String(secret.Value));
105105
```
106106

107+
> [Consider taking a moment to share your experience with us.](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRy8G199fkJNDjJ9kJaxUJIhUNUJGSDU1UkxFMlRSWUxGVTlFVkpGT0tOTi4u)
108+
107109
## More information
108110

109111
For more information about Key Vault, take a look at these links:

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ If you find a bug in msal.Net, please raise the issue on [MSAL.NET GitHub Issues
6565

6666
To provide a recommendation, visit the following [User Voice page](https://feedback.azure.com/forums/169401-azure-active-directory).
6767

68+
> [Consider taking a moment to share your experience with us.](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRy8G199fkJNDjJ9kJaxUJIhUNUJGSDU1UkxFMlRSWUxGVTlFVkpGT0tOTi4u)
69+
6870
## Contributing
6971

7072
If you'd like to contribute to this sample, see [CONTRIBUTING.MD](https://github.com/Azure-Samples/active-directory-dotnetcore-daemon-v2/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)