azure-spring-boot-samples
azure-spring-boot-samples copied to clipboard
Spring Cloud Azure Samples
**Query/Question** I am trying to produce events to Azure eventhub using Springboot, i have followed the below mentioned doc for creating Springboot application https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-azure-event-hub But i am getting below mentioned...
**Describe the bug** This bug was found in this https://github.com/Azure/azure-sdk-for-java/issues/33165. There are two samples in https://github.com/Azure-Samples/azure-spring-boot-samples/blob/main/appconfiguration/azure-spring-cloud-appconfiguration-config/azure-spring-cloud-appconfiguration-config-convert-sample/, the `initial` one use KV to store the Cosmos key and other properties, and...
**Is your feature request related to a problem? Please describe.** This is described as a complete example. [learn.microsft.com](https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/spring-boot-starter-for-azure-active-directory-developer-guide#protect-a-resource-serverapi) > For a complete sample demonstrating this scenario, see [spring-cloud-azure-starter-active-directory sample: aad-resource-server](https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/aad/spring-cloud-azure-starter-active-directory/web-client-access-resource-server/aad-resource-server)....
## Context Pivotal Cloud Foundry is a PaaS platform managed by Pivotal. VMware [Tanzu Application Service](https://tanzu.vmware.com/application-service) (TAS), formerly Pivotal Cloud Foundry (PCF), is a modern application platform that provides a...
See comment to PR here: https://github.com/Azure-Samples/azure-spring-boot-samples/pull/567#discussion_r1022571854 - [x] Description Added
Show Azure AD sample with passwordless credentials (DefaultAzureCredential). See PR comment here: https://github.com/Azure-Samples/azure-spring-boot-samples/pull/567#discussion_r1022340646. - [x] Description Added
Create Resources for Cosmos Azure AD Sample using Terraform. See PR comment here: https://github.com/Azure-Samples/azure-spring-boot-samples/pull/567#discussion_r1022341611 - [x] Description Added
**Describe the bug** Springboot application failing to start due to AppConfigurationRefreshEndpoint final class from azure appconfiguraiton-web when actuator starter is being added to project. ***Exception or Stack Trace*** ``` 2024-05-13...