<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Azure on foojay.io - Friends of OpenJDK</title><link>https://foojayio.github.io/website/today/category/azure/</link><description>Recent content in Azure on foojay.io - Friends of OpenJDK</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 03 Feb 2023 13:40:05 +0000</lastBuildDate><atom:link href="https://foojayio.github.io/website/today/category/azure/index.xml" rel="self" type="application/rss+xml"/><item><title>Java on Azure Tooling Update – October 2022</title><link>https://foojayio.github.io/website/today/java-on-azure-tooling-update-october-2022/</link><pubDate>Mon, 07 Nov 2022 22:04:16 +0000</pubDate><guid>https://foojayio.github.io/website/today/java-on-azure-tooling-update-october-2022/</guid><description>&lt;p&gt;Hi everyone, welcome back to the October update of Java on Azure Tooling.&lt;/p&gt;
&lt;p&gt;In this update, we will introduce our new roadmap in the next few months.&lt;/p&gt;
&lt;p&gt;In addition, we have made improvements for developers to use deployment slots for Azure Functions in IDEs directly with our latest release.&lt;/p&gt;
&lt;p&gt;Please download and install &lt;a href="https://aka.ms/azuretoolkit/intellijidea" title="the Azure Toolkit for IntelliJ" target="_blank" rel="noopener noreferrer"&gt;the Azure Toolkit for IntelliJ&lt;/a&gt;
.&lt;/p&gt;
&lt;p&gt;We hope you like these features and enjoy a smooth experience with our Azure toolkit. So let us get started.&lt;/p&gt;</description></item><item><title>Java on Azure Tooling Update – September 2022</title><link>https://foojayio.github.io/website/today/java-on-azure-tooling-update-september-2022/</link><pubDate>Mon, 17 Oct 2022 09:25:59 +0000</pubDate><guid>https://foojayio.github.io/website/today/java-on-azure-tooling-update-september-2022/</guid><description>&lt;p&gt;Hi everyone, welcome back to September update of Java on Azure Tooling.&lt;/p&gt;
&lt;p&gt;In this update, we will introduce the Azure Cosmos DB Support, Azure Virtual Machine Enhancement.&lt;/p&gt;
&lt;p&gt;In addition, we have made some improvements for users to create/update the dependencies with Azure SDK Reference Book.&lt;/p&gt;
&lt;p&gt;Please download and install &lt;a href="https://aka.ms/azuretoolkit/intellijidea" title="the Azure Toolkit for IntelliJ" target="_blank" rel="noopener noreferrer"&gt;the Azure Toolkit for IntelliJ&lt;/a&gt;
.&lt;/p&gt;
&lt;p&gt;We hope you like these features and enjoy the smooth experience with our Azure toolkit. So let us get started.&lt;/p&gt;</description></item><item><title>Java on Azure Tooling Update – August 2022</title><link>https://foojayio.github.io/website/today/java-on-azure-tooling-update-august-2022/</link><pubDate>Mon, 17 Oct 2022 09:15:27 +0000</pubDate><guid>https://foojayio.github.io/website/today/java-on-azure-tooling-update-august-2022/</guid><description>&lt;p&gt;Hi everyone, welcome back to August update of Java on Azure Tooling.&lt;/p&gt;
&lt;p&gt;In this update, we will introduce the AKS support and Virtual Machine support.&lt;/p&gt;
&lt;p&gt;In addition, we make some improvements for users to search for subscriptions and find our tutorials easily.&lt;/p&gt;
&lt;p&gt;We hope these features could improve your user experience. So let us get started.&lt;/p&gt;
&lt;h2 id="h2-0-azure-toolkit-for-intellij-improvements"&gt;Azure Toolkit for IntelliJ Improvements&lt;/h2&gt;
&lt;h3 id="h3-1-aks-management-support"&gt;AKS Management Support&lt;/h3&gt;
&lt;p&gt;Azure Kubernetes Service (AKS) simplifies deploying a managed Kubernetes cluster in Azure by offloading the operational overhead to Azure. You can find more details about &lt;a href="https://docs.microsoft.com/en-us/azure/aks/" title="Azure Kubernetes Service (AKS)" target="_blank" rel="noopener noreferrer"&gt;Azure Kubernetes Service (AKS)&lt;/a&gt;
.&lt;/p&gt;</description></item><item><title>Java on Azure Tooling Update – July 2022</title><link>https://foojayio.github.io/website/today/java-on-azure-tooling-update-july-2022/</link><pubDate>Mon, 11 Jul 2022 07:21:16 +0000</pubDate><guid>https://foojayio.github.io/website/today/java-on-azure-tooling-update-july-2022/</guid><description>&lt;p&gt;Hi everyone, welcome back to the July update of Java on Azure Tooling.&lt;/p&gt;
&lt;p&gt;In this update, we will introduce the brand new getting started experience with the Azure toolkit for IntelliJ.&lt;/p&gt;
&lt;p&gt;In addition, we have added support for Managed Identity Authentication.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s see what these new features are.&lt;/p&gt;
&lt;h2 id="h2-0-azure-toolkit-for-intellij-improvements"&gt;Azure Toolkit for IntelliJ Improvements&lt;/h2&gt;
&lt;h3 id="h3-1-new-guided-getting-started-experience"&gt;New Guided Getting Started Experience&lt;/h3&gt;
&lt;p&gt;In &lt;a href="https://devblogs.microsoft.com/java/azure-toolkit-for-intellij-update-april-2022/" title="April’s blog" target="_blank" rel="noopener noreferrer"&gt;April&amp;rsquo;s blog&lt;/a&gt;
, we first talked about why we needed better getting started experience. Currently, there are several challenges for a developer who is new to Azure:&lt;/p&gt;</description></item><item><title>Azure Active Directory, OpenID Connect, Open Liberty, and Java</title><link>https://foojayio.github.io/website/today/from-azure-active-directory-via-openid-connect-to-open-liberty-and-java/</link><pubDate>Fri, 31 Jul 2020 20:31:00 +0000</pubDate><guid>https://foojayio.github.io/website/today/from-azure-active-directory-via-openid-connect-to-open-liberty-and-java/</guid><description>&lt;p&gt;Long gone are the days when you had to create your own user account management, authentication, and authorization for your web delivered software. Instead, contemporary applications leverage these functions (Identity and Access Management, IAM for short) from an external provider. As a full featured Java application runtime, Open Liberty has great options for externally provided IAM. Open Liberty supports IAM mainstays such as social media login, SAML and OpenID Connect. In Bruce Tiffany&amp;rsquo;s blog post &lt;a href="https://openliberty.io/blog/2019/08/29/securing-microservices-social-login-jwt.html" target="_blank" rel="noopener noreferrer"&gt;Securing Open Liberty apps and micro-services with MicroProfile JWT and Social Media login&lt;/a&gt;
, you have a solid example on how to use the Open Liberty social media login feature to authenticate users using their existing social media credentials. In this blog post, let&amp;rsquo;s take a look at another example on how to configure the Liberty social login feature as an OpenID Connect client to secure Java applications with Azure Active Directory.&lt;/p&gt;</description></item></channel></rss>