You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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)
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
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"
The text was updated successfully, but these errors were encountered: