Azure / Azure/Azure-Spring-Apps
Cannot assign identities to App in Standard consumption and dedicated plan
- Dominant language
- No language data
- Stars
- 9
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Cannot assign system-assigned or user-assigned managed identities to App. Tried Azure CLI and Rest API. `az spring app identity assign` command failed with "Invalid arguments: The Properties must be provided."; `az spring app identity force-set` command succeeded but nothing changed -- no identities were added. Rest API returned 200 but nothing changed as well. My plan is "Standard consumption and dedicated". According to https://learn.microsoft.com/en-us/azure/spring-apps/enterprise/plan-comparison, it should support identities.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Azure Spring Apps' in Azure Portal.
2. Create a service in "Standard consumption and dedicated" plan.
3. Follow this [guide](https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/deploy-passwordless-spring-database-app?toc=%2Fazure%2Fspring-apps%2Fconsumption-dedicated%2Ftoc.json&bc=%2Fazure%2Fspring-apps%2Fconsumption-dedicated%2Fbreadcrumb%2Ftoc.json&tabs=mysql)
4. You should fail at the step where you're to run command `az spring connection create`.
5. You will find you cannot assign any type of identities to the app, no matter what method you try.
**Expected behavior**
Expect to successfully follow the guide link in the step 3 above. Expect to succeed and see the change using CLI or Rest API.
**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
**Can we contact you for additional details?** Y
If yes, please send us your contact information to AzureSpringCloud-Talk@service.microsoft.com and include the issue number in the email title.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.