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 tried to deploy a private winget rest source in Azure but it always fails at this point. I am not sure how I could configure it to use pass-through authentication mode or what that would do? Can someone explain it or help me to fix this?
Heres the error code:
{
"code": "DeploymentFailed",
"target": "/subscriptions/XXXXXXXXXXXXXXXXX/resourceGroups/rg-wingetprivate/providers/Microsoft.Resources/deployments/appconfig",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.",
"details": [
{
"code": "Conflict",
"message": "The operation cannot be performed because the configuration store is using local authentication mode and local authentication is disabled. To enable access to data plane resources while local authentication is disabled, please use pass-through authentication mode.",
"additionalInfo": [
{
"type": "ActivityId",
"info": {
"activityId": null
}
}
]
}
]
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to deploy a private winget rest source in Azure but it always fails at this point. I am not sure how I could configure it to use pass-through authentication mode or what that would do? Can someone explain it or help me to fix this?
Heres the error code:
Beta Was this translation helpful? Give feedback.
All reactions