Azure / Azure/Azure-Spring-Apps
Regression migrating from Standard to Enterprise Tier: --runtime-version not supported with app deployment create
- Ngôn ngữ chính
- Không có dữ liệu ngôn ngữ
- Star
- 9
- Fork
- 11
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
**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)
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
Bắt đầu với .github/workflows/build-deploy-apps-staging-CLI.yml tại lệnh az spring app deployment create và tái hiện lỗi --runtime-version cho quá trình chuyển đổi tier được báo cáo. Theo dõi cách lệnh xử lý các instance Standard và Enterprise, sau đó xác minh rằng deployment workflow chạy với hành vi runtime-version dự kiến.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- azure, shell
- Lĩnh vực
- cli, cloud
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100