Skip to content

Commit e27f38b

Browse files
authored
Merge pull request #197430 from rwike77/patch-8
ADAL deprecation
2 parents 5684077 + 22718e2 commit e27f38b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cdn/cdn-app-dev-net.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ You need Visual Studio 2015 to complete this tutorial. [Visual Studio Community
3737
## Create your project and add Nuget packages
3838
Now that we've created a resource group for our CDN profiles and given our Azure AD application permission to manage CDN profiles and endpoints within that group, we can start creating our application.
3939

40+
> [!IMPORTANT]
41+
> The [Microsoft.IdentityModel.Clients.ActiveDirectory](https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory) NuGet package and Azure AD Authentication Library (ADAL) have been deprecated. No new features have been added since June 30, 2020. We strongly encourage you to upgrade, see the [migration guide](/azure/active-directory/develop/msal-migration) for more details.
42+
4043
From within Visual Studio 2015, click **File**, **New**, **Project...** to open the new project dialog. Expand **Visual C#**, then select **Windows** in the pane on the left. Click **Console Application** in the center pane. Name your project, then click **OK**.
4144

4245
![New Project](./media/cdn-app-dev-net/cdn-new-project.png)

0 commit comments

Comments
 (0)