AMIT KUMARcloudbuzztech.hashnode.dev·Nov 6, 2024Lab-3 Create & Configure Azure Storage Accounts1. Create an Azure Storage Account Log in to the Azure Portal: Go to https://portal.azure.com and sign in. Search the Storage Accounts. Create a Storage Account: Click on the create option Configure the Basic Settings: Subscription: Sel...37 readsMicrosoft AzureAzure
Debasish Lenkadebasishlenka.in·Apr 1, 2024Azure Active Directory in a Nutshell🌟In today's fast-paced digital landscape, managing user logins across a myriad of services can be as challenging as herding cats. Traditional login systems often resemble a tangled web, with users juggling separate credentials for each service, while ...Cloud CrewAzure
Sascha's blogsaschabochum.hashnode.dev·Mar 28, 2024How To: Modifing the tab order in Azure B2C login ScreenAzure B2C is a very cool tool to integrate external users into your organization. But it comes up sometimes with small bugs. One of them is the reordering of the Tab-flow. This article will introduce you to the problem and how I solved this. The Prob...Entradid
Bold Reports Teamboldreports.hashnode.dev·Jan 24, 2024Implementing Single Sign-On with Azure Active Directory in Bold Reports Report ServerIn today’s fast-paced digital landscape, the need for streamlined and secure access to reporting solutions is more critical than ever. Single sign-on (SSO) is a solution that simplifies user authentication and enhances the overall user experience. In...reporting-tool
Ajay Joshiaj4u.hashnode.dev·Aug 16, 2023Extract User details from the Export Errors of the Cloud connector in AD ConnectWe can get a list of affected users from the Cloud connector's Export errors using this method which requires manipulation in both XML(in PowerShell) & Excel. Usually, we export the errors using the CSExport tool in PowerShell:- cd "C:\Program Files...1 like·174 readsazure ad connect
Ajay Joshiaj4u.hashnode.dev·Apr 27, 2023Guest users can't sign-in on Office.comWe created Guest accounts in Microsoft 365 and converted them to Members and changed their UPNs to the custom domain removing the #EXT# portion. Now, their UPNs are exactly like their personal email just that the domain is replaced with the tenant's ...282 readsMicrosoft365
Bervianto Leo Pratamahashnode.berviantoleo.my.id·Nov 19, 2022Case Study: Connecting Azure AD SSO with AWSIntroduction We will learn how to connect Azure AD with AWS. We will use Azure AD as the identity provider, so Azure AD users will be used to log in to AWS. Let's dive deep into each component. Azure AD I will not explain too much about Azure AD. I'l...35 readsAWS
Simon Diehmsimondiehm.com·Nov 17, 2022Automate AzureAD Multifactor Authentication EnrollmentOverview This article covers how to automatically enroll users in your Azure AD environment with multi-factor authentication (MFA). This is achieved using Powershell and the Microsoft Graph API. The example will use SMS-based MFA. You can also use th...1 like·164 readsAzureAD