acme-fitness-store icon indicating copy to clipboard operation
acme-fitness-store copied to clipboard

Sample - how to deploy Spring Boot apps to Azure?

Results 15 acme-fitness-store issues
Sort by recently updated
recently updated
newest added

Instead of simple vector store in memory, this PR adds new type of vector store implementation leveraging Azure MongoDB.

In Unit 8 you get a "this form is closed", when you hit the "request access to OpenAI link" ![image](https://github.com/Azure-Samples/acme-fitness-store/assets/1042817/ede3ab98-0b6d-44cd-8f6b-ac38fef0bf19)

Hey, I am facing an issue in Unit 2 - Configure Single Sign-On-Login to the Application through Spring Cloud Gateway (https://github.com/Azure-Samples/acme-fitness-store#unit-2---configure-single-sign-on) in which we are getting the error in the...

We are in the process of syncing this repo with the upstream repo it is forked from. The code in the Azure branch of this repo is reflected in the...

There are several files and directories that are not required when working with Azure Spring Apps, for example the kubernetes manifests, and Dockerfiles. These files distract from learning how to...

In Unit-7, deploy catalog github action workflow is failing even though I have already added the github action secrets with the error: ![image](https://user-images.githubusercontent.com/75076569/196353914-8c991755-8f17-466c-bd0e-46532dd8ef06.png)

The current readme.md instructions in the app folders are for manual development without a platform like Azure Spring Apps. They are confusing and should be updated to accurately reflect how...

Below is the screenshot: ![image](https://user-images.githubusercontent.com/5254035/209335841-1d807a02-fe1d-4feb-980c-7ffab5292a6f.png)

Currently the ./deploy.sh script makes a call to the function ``` function configure_defaults() { echo "Configure azure defaults resource group: $RESOURCE_GROUP and spring $SPRING_APPS_SERVICE" az configure --defaults group=$RESOURCE_GROUP spring=$SPRING_APPS_SERVICE location=${REGION}...

Following the readme here: https://github.com/Azure-Samples/acme-fitness-store/#activate-applications-to-load-secrets-from-azure-key-vault It seems that the apps are in a failing state due to access permissions to key vault. Only after restarting the apps I was able...