For more information, see How to configure APM integration and CA certificates. To create an Application Insights buildpack binding, use the following command: Azure CLI Kopēt az spring build-service builder buildpack-binding create \ --resource-group <your-resource-group-name> \ --servic...
In ADAL.js, you configure logging separately at any place in your code:JavaScript Αντιγραφή window.config = { clientId: "YOUR_CLIENT_ID" }; var authContext = new AuthenticationContext(config); var Logging = { level: 3, log: function (message) { console.log(message); },...
HowTo: Configure GAM to use Security Token Service Change the objects targeted by the GAM Backend menu HowTo: Invoke a Procedure with GAM API in Java Compatibility Database version 4.0.2 Database version 4.0.3 Database version 4.0.4 Database version 4.0.5 Database version 4.0.6 Database...
Kibana can be created as a simpleKubernetes deployment. If you check the following Kibana deployment manifest file, we have an env varELASTICSEARCH_URLdefined to configure the Elasticsearch cluster endpoint. Kibana uses the endpoint URL to connect to elasticsearch. Create the Kibana deployment manifest...
The Spring container may process it to provide bean definitions. @EnableAutoConfiguration helps you auto-configure beans present in the classpath. @ComponentScan lets Spring scan for configurations, controllers, services, and other predefined components. A Spring application is bootstrapped as a stand...
For more information, see Configure environment variables in Linux, macOS, and Windows. Install SDK The SDK for Java can be installed in various ways and this example uses Apache Maven. For alternative methods, visit the SDK Center. In the pom.xml file of your Maven project, insert ...
Select the “jdk9-demo” project, right-click to show the context menu, and select Configure ->Convert to Maven Project. Fill artifacts information and then click the “Finish” button. 4.2 CollectionFactoryDemo In this step, I will create a CollectionFactoryDemo class which creates a collection...
Configure MSAL Show 13 more Microsoft Authentication Library for JavaScript(MSAL.js, also known asmsal-browser) 2.x is the authentication library we recommend using with JavaScript applications on the Microsoft identity platform. This article highlights the changes you need to make to migrate an app...
In this post, I described how Java applications can be implemented using Quarkus, compiled to a native-image, and run using Amazon EKS on a managed node group. I also showed how AWS CDK can be used to set up the basic infrastructure. I hope I’ve given you some ideas about how t...
In this post, I described how Java applications can be implemented using Quarkus, compiled to a native-image, and run using Amazon EKS on a managed node group. I also showed how AWS CDK can be used to set up the basic infrastructure. I hope I’ve given you some ideas about how to...