Azure / Azure/Azure-Spring-Apps
Regression migrating from Standard to Enterprise Tier: --runtime-version not supported with app deployment create
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 9
- Forks
- 11
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
See my Workflow deployment at [https://github.com/ezYakaEagle442/azure-spring-apps-petclinic-mic-srv/blob/azure/.github/workflows/build-deploy-apps-staging-CLI.yml#L467](https://github.com/ezYakaEagle442/azure-spring-apps-petclinic-mic-srv/blob/azure/.github/workflows/build-deploy-apps-staging-CLI.yml#L467)
```sh
DEPLOYMENT_RUNTIME_VERSION: Java_11
DEPLOYMENT_CPU: 500m
DEPLOYMENT_MEMORY: 1Gi
DEPLOYMENT_INSTANCE_COUNT: 1
az spring app deployment create \
--name $DEPLOYMENT_NAME \
--app ${{ env.VETS_SERVICE }} \
--service ${{ env.AZURE_SPRING_APPS_SERVICE }} -g ${{ env.RG_APP }} \
--instance-count ${{ env.DEPLOYMENT_INSTANCE_COUNT }} \
--cpu ${{ env.DEPLOYMENT_CPU }} \
--memory ${{ env.DEPLOYMENT_MEMORY }} \
--version ${{ env.DEPLOYMENT_VERSION }} \
--runtime-version ${{ env.DEPLOYMENT_RUNTIME_VERSION }} \
--skip-clone-settings
```
```console
--runtime-version doesn't support for Enterprise tier Spring instance.
```
**Expected behavior**
The Workflows & az spring app deployment create should run as is with Standard tier
**Screenshots**
N/A
**Additional context**
see also [https://github.com/MicrosoftDocs/azure-docs/issues/102826#issuecomment-1355201936](https://github.com/MicrosoftDocs/azure-docs/issues/102826#issuecomment-1355201936)
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Comienza con .github/workflows/build-deploy-apps-staging-CLI.yml en el comando az spring app deployment create y reproduce el error de --runtime-version para la transición de tier indicada. Rastrea cómo el comando gestiona las instancias Standard y Enterprise y, después, verifica que el flujo de trabajo de deployment se ejecute con el comportamiento previsto de runtime-version.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- azure, shell
- Área
- cli, cloud
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100