Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Azure Container Apps Deploy - Can't find loc string for key: ErrorInSettingUpSubscription #20600

Open
3 of 7 tasks
devdeer-yashas opened this issue Oct 28, 2024 · 0 comments
Assignees

Comments

@devdeer-yashas
Copy link

devdeer-yashas commented Oct 28, 2024

New issue checklist

Task name

AzureContainerApps@1

Task version

1.247.1

Issue Description

I have a task to deploy images from an azure registry to my container apps. The step does complete and work as expected. However I get the below warning
##[warning]Can't find loc string for key: ErrorInSettingUpSubscription

Environment type (Please select at least one enviroment where you face this issue)

  • Self-Hosted
  • Microsoft Hosted
  • VMSS Pool
  • Container

Azure DevOps Server type

dev.azure.com (formerly visualstudio.com)

Azure DevOps Server Version (if applicable)

No response

Operation system

ubuntu-22.04

Relevant log output

/usr/bin/az login --service-principal -u *** --password=*** --tenant xxxxxxxxxxxxxxx --allow-no-subscriptions
[
{
"cloudName": "AzureCloud",
"homeTenantId": "xxxxxxxxxx",
"id": "xxxxxxxx",
"isDefault": true,
"managedByTenants": [
{
"tenantId": "xxxxxx"
}
],
"name": "xxx",
"state": "Enabled",
"tenantId": "xxxxxxx",
"user": {
"name": "***",
"type": "servicePrincipal"
}
}
]
/usr/bin/az account set --subscription xxxxxxxxxx
##[warning]Can't find loc string for key: ErrorInSettingUpSubscription
/usr/bin/az config set extension.use_dynamic_install=yes_without_prompt
WARNING: Command group 'config' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus"

Repro steps

  • task: AzureContainerApps@1
    displayName: "Deploy to Azure Container Apps"
    inputs:
    azureSubscription: ${{ parameters.ServiceConnectionName}}
    containerAppName: ${{ parameters.Site.containerAppName }}
    resourceGroup: "rg-${{ parameters.ProjectName }}-${{ parameters.StageShort }}"
    imageToDeploy: "${{ parameters.ContainerRegistryName }}.azurecr.io/${{ parameters.Site.name }}:${{ parameters.ImageTag }}"
    location: "West Europe"
@devdeer-yashas devdeer-yashas changed the title [BUG]: [BUG]: Azure Container Apps Deploy - Can't find loc string for key: ErrorInSettingUpSubscription Oct 28, 2024
@v-schhabra v-schhabra added the Area:RM RM task team label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants