An open API service indexing awesome lists of open source software.

https://github.com/swhors/azurevmmanualscaleoutplanner

Manual ScaleOut Manager for Azure App Service
https://github.com/swhors/azurevmmanualscaleoutplanner

azure-app-service kotlin-spring-boot scale-out

Last synced: 4 months ago
JSON representation

Manual ScaleOut Manager for Azure App Service

Awesome Lists containing this project

README

        

# AzureVMManualScaleOutPlanner


Manual ScaleOut Manager for Azure App Service

# Compile


mvn compile

# Build Package


mvn -B package --file pom.xml -DskipTests

***주의 : azure-liburary를 사용할 경우에 Test를 건너 뛰는 것이 좋다.

# Run


AZURE_CLIENT_ID=[CLIENT_ID];AZURE_TENANT_ID=[TENANT_ID];AZURE_CLIENT_SECRET=[CLIENT_SECRET];AZURE_SUBSCRIPTION_ID=[SUBSCRIPTION_ID} java -jar --spring.profiles.active=[Active Mode, dev or prod] target/AzureVMManualScaleOutPlanner-[version]-SNAPSHOT.jar

# Dockerizing


docker build -t AzureVMManualScaleOutPlanner:[version] .