Cannot add contributors on a LUIS app using Azure AD - azure

Recently, we started using Microsoft LUIS from a Azure Account, with the desire to give access to some LUIS Apps (created by a Azure Admin Account), trying to assign these permissions to users (inside the corporation) for the contribution.
We tried to add the Contributor Role for the Azure authoring resource, but without results. After giving this access, our users reported that the LUIS platform is displaying a popup, with recommendations to switching the Azure directory. What happens is that the LUIS platform freezes, and no options are displayed to continue the process, without any Directory to go ahead.
Does anyone can recommend any other action, or even a role that we need to add for a LUIS APP Contributor?
Tried to follow these steps below:
https://learn.microsoft.com/pt-br/azure/cognitive-services/luis/luis-how-to-collaborate

The issue is not reproducible. For intermittent issues please contact Microsoft Support.

Based on a investigation done by the Microsoft team, they have discovered a very specific case when Azure admins have enabled conditional access policy requiring MFA. This was causing some breaks on LUIS portal.
The fix was successfully applied, and the Portal is working properly.
I Would like to thank all of you for the taskforce to fix the portal.
Detailed thread:
https://learn.microsoft.com/en-us/answers/questions/240393/cannot-add-contributors-on-a-luis-app-using-azure.html

Related

LUIS apps created on eu.luis.ai not showing on my Azure Portal

I created 2 LUIS apps about a month ago on eu.luis.ai, and they have been working just fine with the Bot they are linked to, but it seems that I have hit some sort of quota on LUIS requests. I think upgrading my plan to a higher tier would resolve the problem, but I can't find the app on my azure portal, and I can't find a way to change the plan from eu.luis.ai either.
You can see my LUIS apps here (eu.luis.ai)
You can see my Azure apps here, the only cognitive service appearing is QNAMaker
Does anybody have the same problem ? I am 100% sure I'm logged in with the same account on both websites.
I found what was wrong : when you first start using LUIS, you can create apps on luis.ai without creating them on your Azure portal. They come with starter keys that expire after a month or so. You then have to create a LUIS app on the Azure portal, and add the newly generated key to your existing apps.
I was having a similar problem where I had my LUIS app working with a Speech Recognition service key, and it stopped working after a month. I had to add a new LUIS service on my Azure portal and use that key instead.

Unable to login to Azure

I am trying to create an ASP.NET framework app in Azure so i followed the tutorial on the Azure website but while publishing there is always a problem logging in.
I have tried to login several times and it is all successful but i am unable to proceed with creating app services. The page will still be the same page asking to login or create an account.
I am also login to my visual studio 2017 enterprise with the same account so i am wondering why i can't proceed on.
Thank you
According to your description, I suppose you haven't buy the Azure. You could buy Azure from this link. After that, your account could use Azure. Then you could get Subscription for Azure portal. You could also create Resource Group and App Service Plan from Azure portal.
If you want to use Azure for free,you can use trial version.Just like the following screenshot. However, it has use time and function limit.

Issues creating bot services in azure and migrating bot to bot service

I have 6 bots I have built for clients on different directories/subscriptions that I need to migrate due to the recent change requiring bot services, so I've been trying to get a bot service in azure made on a number of different directories/subscriptions with no luck since 2 weeks ago. The previous error was something like "ajaxExtended not supported", but that error has gone away. Now I'm getting a "ServiceError" saying "Cannot create a v2 converged app."
The other method that is recommended is migration on the bot framework portal, but that doesn't work for me either and says "Failed to find any Azure subscriptions for the current user." I'm a part of a number of different directories and I need to migrate them to specific directories, but my primary directory doesn't have a subscription attached to it.
How can I accomplish migration to bot services given my situation?
For the first method, a possible reason you hit this error is that their Azure tenant admin has not allowed you to create AD apps. To resolve the issue please contact your Azure tenant admin and have them grant the proper access permissions.
Second, on the portal, as a workaround for this, you may be able to add another Email as a collaborator (in the Bot Framework portal) that is associated with the correct Azure subscription and try to migrate it using that email account in the portal. I have not tried this but it is probably worth giving a shot.

Cannot add a Microsoft account in Azure AD with the new portal

Some customers of ours are using external Microsoft accounts to access AAD services.
Since we're not linked with their domain, and some of them use Gmail account, adding their entire domain to our AAD is hardly possible.
The old portal (manage.windowsazure.com) had the following screen:
The new portal has a guest system which hardly works (adding an external guest results in a generic B2BError: Unable to invite user with no other details -- even if the old portal still works), and "New user" can only create users with registered domains.
Is there a way, in the new portal (portal.azure.com), to add Microsoft accounts?
I'm asking this now, since this is technically a duplicate of How do I add a Microsoft account to Azure Active Directory?, because the old portal is sunsetting on November 30, 2017, at which point working like this will no longer be possible.
Running New-AzureADMSInvitation helped me to get it working, with some more steps for our own setup:
Executed New-AzureADMSInvitation -InvitedUserEmailAddress account-to-invite#gmail.com -SendInvitationMessage $True -InviteRedirectUrl "http://mybusiness.com"
New-AzureADMSInvitation failed with an error, but one I could understand this time: The object either is sourced from an on prem directory or is undergoing migration
Went to check our on-prem AD if it had a user with the affected e-mail. It did not. Huh.
Ran a complete AD Sync cycle, just in case, on our on-prem AD with Start-ADSyncSyncCycle -PolicyType Initial
Waited until (Get-ADSyncScheduler).SyncCycleInProgress went back to False
Reexecuted New-AzureADMSInvitation, which worked this time.

How do I link my MSDN Azure Benefit to a specific Office 365 Tenancy

I have an MSDN 'Visual Studio Premium with MSDN' account.
I have created an Office 365 E3 Tenancy.
I have 'activated' Azure AD for that tenancy and can access the 'Access to Azure AD' subscription.
But this only gives me Azure AD and not all the other services.
How can I 'attach' my MSDN Azure benefit to this tenancy so that I can get all the other service options? Websites etc.
Thanks
Paul
Sign in as your Office 365 administrator and go to this link: http://azure.microsoft.com/en-us/pricing/free-trial/
when you sign up for an Azure Trial it will take you down the path you are aiming for. Just make sure you select the options related to an MSDN subscription when they are presented.
You will need to got manage.windowsazure.com and make the association there. There are instructions here: https://msdn.microsoft.com/office/office365/HowTo/setup-development-environment#bk_AssociateExistingAzureSubscription
Hi there's an updated flow that will help make it easier to register for an app directly on dev.office.com.
You will still eventually need to go into Azure to manage and maintain the app, but if you're just getting started, you can do it in line at http://dev.office.com/getting-started/office365apis.
The link from Michael will give instructions on registering the app through the Azure Portal as well.

Resources