I'm just looking for a yes or no answer here, and I can't seem to find anything online...
Can I upload B2B users into Azure AD using the new portal (i.e. The resource manager approach - portal.azure.com), or do I have to continue using the classic portal (manage.windowsazure.com)?
https://github.com/Azure/azure-content/blob/master/articles/active-directory/active-directory-b2b-what-is-azure-ad-b2b.md
You can now add guest users via the new portal, although it's on a one-by-one basis, if you want to do it in bulk you can with a new PowerShell command.
New-AzureADMSInvitation
More info here: https://learn.microsoft.com/en-us/powershell/azuread/v2/new-azureadmsinvitation
And a sample here: https://github.com/Microsoft/azure-docs/blob/master/articles/active-directory/active-directory-b2b-code-samples.md#powershell-example
You'll need this package: https://www.powershellgallery.com/packages/AzureADPreview/2.0.0.38
As far as I know, this feature is not support for the new portal. And if you want to the new portal to support this feature, you can submit the feedback from here.
Related
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
Any idea how to enable Azure Login in new developer portal? I have tried below link to set up account on azure AD. It enabled AD login in old developer portal but not in new one
https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-aad
Any link which can help with this?
This feature has not been released on Azure APIM new developer portal yet. Details see here .
As APIM product team indicated , this feature is comming soon :
it will be completed by general availability release, which is planned
for October/November.
Hope it helps.
Now Its enabled. I was able to configure to azureAD sign in.
Note: To Auto populate Sign up page. need to add additional claim (email) in the Azure AD App.
can follow below link
https://learn.microsoft.com/en-us/answers/questions/145976/can-sign-up-page-be-auto-populated-after-aad-authe.html
I remember having some statistics inside azure but it doesn't appear anymore. Like - the number of registrations.
Or to make it back? and is it possible to simply have more detailed statistics?
You could try the Azure PowerShell to list the registered applications :
Get-AzureRmADApplication
For more details, refer to this link.
Currently we are working on Azure SSO migration project and doing most of the task using old azure site. we have received a mail from the Microsoft via Client to use the new azure portal.
To provide the access for B2B, in old portal we straight uploaded the files with application id and the group id and that worked well.
But, in new portal when the did the same, the ids' are getting created in azure AD portal but they are not mapped in the groups that we have created for B2B invitation for the application.
Is there any approach is there. please help.
Regards,
Avisekh
The feature in the Azure Portal allows you to add individual requests by adding guest accounts, but if you need to invite multiple people or have any type of automation, you should:
Use PowerShell New-AzureADMSInvitation cmdlet
[or]
Use the Microsoft Graph API invitations
If you need to add users to groups, then you can also use the Dynamic Groups feature in Azure B2B (perhaps this is more similar to what you used to have), as well as Graph API Groups API or via PowerShell.
In new Azure portal there are 2 storage account: non classic and classic account.
as I think the classic is old version then I choose the non classic.
The problem is, I cannot configure the custom domain on the new portal, it redirected me to the old azure portal (manage.windowszuare.com) .
and the problem continue.. the old azure portal not recognizing the new/nonClassic Azure storage.
Kindly advise, how can I configure the custom domain for storage blob V2 (non classic).
Thank you.
It looks like right now the new portal does not have a way of doing that. It's on their backlog though, so stay tuned!
For now to unblock you: The best way to edit custom domain would be through Powershell or Xplat CLI. In Powershell you'll want to use 'Switch-AzureMode AzureResourceManager' to use the new type of storage accounts. This flag will be deprecated soon and you'll default to the new stuff, but for now that's how to do it. Then, you'll then need to use the SetAzureStorageAccount command which will allow you to modify custom domain.
You can configure the custom domain by clicking on your storage account, clicking on All Settings, and choosing Custom Domains from there.
But if something does sometimes kick you back to the "old" portal, don't worry too much. It's all the same data and account. The Preview Portal is still a preview portal and may be missing a few features.
Showing up as "storage account (classic)" is normal even if you make a brand new account if you are using Storage Blob.