Steve aka ezYakaEagle442

Results 64 comments of Steve aka ezYakaEagle442

also at [https://azure.microsoft.com/en-us/develop/java/](https://azure.microsoft.com/en-us/develop/java/) see the picture below : [ ![image](https://user-images.githubusercontent.com/43554247/178152992-40a7a701-88a4-4f6e-86e0-cf91e34a5cee.png) ](![image](https://user-images.githubusercontent.com/43554247/178152994-53c67070-f5ff-4284-9bb9-7340ba58e0b8.png))

also at [https://docs.microsoft.com/en-us/azure/container-apps/compare-options](https://docs.microsoft.com/en-us/azure/container-apps/compare-options) _[Azure Spring Apps](https://docs.microsoft.com/en-us/azure/spring-cloud/overview) makes it easy to deploy Spring Boot microservice applications to Azure without any code changes. The service manages the infrastructure of Spring Cloud applications...

also at [https://docs.microsoft.com/en-us/azure/spring-cloud/media/spring-cloud-principles/azure-spring-cloud-overview.png](https://docs.microsoft.com/en-us/azure/spring-cloud/media/spring-cloud-principles/azure-spring-cloud-overview.png) ![image](https://user-images.githubusercontent.com/43554247/178671368-13c4e1ee-dd88-4793-8bae-dee2ff858a1c.png) @KarlErickson

also at : - [https://github.com/Azure/Azure-Spring-Cloud](https://github.com/Azure/Azure-Spring-Cloud) - [https://github.com/Azure/spring-cloud-deploy](https://github.com/Azure/spring-cloud-deploy) - [https://github.com/Azure/Azure-Spring-Cloud-PR](https://github.com/Azure/Azure-Spring-Cloud-PR) - [https://github.com/Azure/spring-cloud-azure-tools](https://github.com/Azure/spring-cloud-azure-tools) - [https://github.com/Azure/azure-spring-cloud-reference-architecture](https://github.com/Azure/azure-spring-cloud-reference-architecture)

Terraform is also Impacted : [https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/spring_cloud_service](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/spring_cloud_service)

Also in the VSCode extension referenced at [https://learn.microsoft.com/en-us/Java/](https://learn.microsoft.com/en-us/Java/) (leads to [https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-azurespringcloud](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-azurespringcloud)

also at https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.appplatform/azure-spring-cloud

also at : - [https://learn.microsoft.com/en-us/azure/spring-apps/concept-security-controls](https://learn.microsoft.com/en-us/azure/spring-apps/concept-security-controls) - [https://learn.microsoft.com/en-us/azure/spring-apps/security-controls-policy](https://learn.microsoft.com/en-us/azure/spring-apps/security-controls-policy) - [https://learn.microsoft.com/en-us/security/benchmark/azure/baselines/spring-cloud-security-baseline?toc=%2Fazure%2Fspring-apps%2Ftoc.json&bc=%2Fazure%2Fspring-apps%2Fbreadcrumb%2Ftoc.json](https://learn.microsoft.com/en-us/security/benchmark/azure/baselines/spring-cloud-security-baseline?toc=%2Fazure%2Fspring-apps%2Ftoc.json&bc=%2Fazure%2Fspring-apps%2Fbreadcrumb%2Ftoc.json) @taoxu0903

also at [https://learn.microsoft.com/en-us/azure/azure-monitor/autoscale/autoscale-overview#supported-services-for-autoscale](https://learn.microsoft.com/en-us/azure/azure-monitor/autoscale/autoscale-overview#supported-services-for-autoscale)

Also the sample shown in the home page/docs does not work : The owner & repo are not injected correctly in repository(owner:**$owner**,name:**$repo**) ```code owner: ${{ github.event.repository.owner.name }} repo: ${{ github.event.repository.name...