Click here to Skip to main content
15,887,683 members
Articles / Hosted Services / Azure

Azure AD Managed Identities: Java Apps on Azure App Service

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
7 Feb 2022CPOL8 min read 4.8K  
How Managed Identities enable a Spring Boot web app running in Azure App service
This is Part 1 of a 3-part series that explores how to give our enterprise Java + Spring applications identities of their own via Azure AD managed identities. In this article, you will learn how to use the Azure Cloud App Service for a Spring Boot web app. The Spring Boot service will connect to an Azure SQL database, read data, and display it on a web page.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Managed Identity in Java Apps View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions