-
Notifications
You must be signed in to change notification settings - Fork 198
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
azd pipeline config
- device is required to be managed to access this resource
#866
Comments
@vhvb1989 can you triage this? Seems like folks are running into this often?. Any fixes or improvements on docs we could make? |
This is not really an Explanation: In this case, @hongli750210, you are trying to log in to an Azure subscription and access the Active Directory operations (to create Service Principals) which requires that the device that is used to login to Azure is managed by the Tenant. An example of this is the Microsoft tenant. If you want to login with your Microsoft account to the Azure portal (requires Active directory), you first need to enroll/register your device/computer/browser-session with your tenant, so it becomes managed by the Organization. In order to fix this, make sure that you can log in to Azure with the device you are using. I will try to see if we can do any changes to the container to support this. |
azd pipeline config
- device is required to be managed to access this resource
Do you have any ideas to fix this issue in |
Please skip this environments for now. We need to make Until that is done, please skip those scenarios from |
@puicchan or @savannahostrowski - We may want to publish known issue on this one until fixed. |
Removing blocker for this one. Since it is getting tracked under,
|
Hannah has added to Dev Hub. |
If we use Notes: Using |
Describe the issue:
Failed when we try to run the command
azd pipeline config
andazd pipeline config --provider azdo
Besides, it is a similar error with #768.
Repro Steps:
azd login
bash ./test-templates.sh -t Azure-Sample/todo-nodejs-mongo-swa-func -b pr/551 -c false
azd pipeline config
orazd pipeline config --provider azdo
Error Message:
Environment:
OS: DevContainer in VS Code
Template:
https://github.com/Azure-Samples/todo-nodejs-mongo-swa-func
https://github.com/Azure-Samples/todo-python-mongo-swa-func
Expected behavior:
Run command:
azd pipeline config
andazd pipeline config --provider azdo
can success@jongio for notification.
The text was updated successfully, but these errors were encountered: