Skip to content

Commit 61acdae

Browse files
authored
Merge pull request #111637 from DivyaC0403/patch-6
Update service-fabric-manage-application-in-visual-studio.md
2 parents 6398b08 + e7014ac commit 61acdae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/service-fabric/service-fabric-manage-application-in-visual-studio.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ ms.date: 07/14/2022
1212
# Use Visual Studio to simplify writing and managing your Service Fabric applications
1313
You can manage your Azure Service Fabric applications and services through Visual Studio. Once you've [set up your development environment](service-fabric-get-started.md), you can use Visual Studio to create Service Fabric applications, add services, or package, register, and deploy applications in your local development cluster.
1414

15+
> [!NOTE]
16+
> With the transition from ADAL to MSAL, administrators are now required to explicitly grant permission to the Visual Studio client for publishing applications by adding the following in the cluster's Azure AD App Registration.
17+
> - Visual Studio 2022 and future versions: 04f0c124-f2bc-4f59-8241-bf6df9866bbd
18+
> - Visual Studio 2019 and earlier: 872cd9fa-d31f-45e0-9eab-6e460a02d1f1
19+
1520
## Deploy your Service Fabric application
1621
By default, deploying an application combines the following steps into one simple operation:
1722

0 commit comments

Comments
 (0)