Skip to content

Instantly share code, notes, and snippets.

@juanwhite99
Last active October 27, 2022 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanwhite99/d10c776e1ac48a0c0a3a4d1b327637bd to your computer and use it in GitHub Desktop.
Save juanwhite99/d10c776e1ac48a0c0a3a4d1b327637bd to your computer and use it in GitHub Desktop.
Azure

Please follow these steps to delete your Azure AD B2C tenant:

Delete all the User flows (policies) in your Azure AD B2C tenant.

Delete all the Applications you registered in your Azure AD B2C tenant.

Next, sign in to the Azure portal as the Subscription Administrator. Use the same work or school account or the same Microsoft account that you used to sign up for Azure.

Switch to the Azure AD B2C tenant you want to delete.

Select Azure Active Directory on the left-hand menu.

Under Manage, select Users.

Select each user in turn (exclude the Subscription Administrator user you are currently signed in as). Select Delete at the bottom of the page and select YES when prompted.

Under Manage, select App registrations (or App registrations (Legacy)).

Select View all applications

Select the application named b2c-extensions-app, select Delete, and then select Yes when prompted.

Under Manage, select User settings.

If present, under LinkedIn account connections, select No, then select Save.

Under Manage, select Properties

Under Access management for Azure resources, select Yes, and then select Save.

Sign out of the Azure portal and then sign back in to refresh your access.

Select Azure Active Directory on the left-hand menu.

On the Overview page, select Delete directory. Follow the on-screen instructions to complete the process.


https://docs.microsoft.com/en-us/answers/questions/511/how-do-i-delete-my-azure-ad-b2c-tenant.html

https://devchallenges.io/ https://ant.design/ https://tailwindcss.com/ https://headlessui.com/ https://heroicons.com/ https://semver.org/

channel => https://www.youtube.com/user/shobhitwalia1/videos

Azure AD B2C Authentication Web App - Web Api https://www.youtube.com/watch?v=6vjZ4QZlkao

Azure Authentication Native to web API https://www.youtube.com/watch?v=C5fGnVFZD8Q

AZURE AD B2C Set Up https://www.youtube.com/watch?v=Sz1zdO9DO6o

Azure AD B2C Authentication Web App - Web Api https://www.youtube.com/watch?v=6vjZ4QZlkao


Simple C# Data Access with Dapper and SQL - Minimal API Project Part 1 https://www.youtube.com/watch?v=dwMFg6uxQ0I&list=WL&index=35&t=2015s

Angular & Microsoft Login - Using Microsoft Authentication Library (MSAL) https://www.youtube.com/watch?v=TkCKqeYjpv0

.NET Core Console App with Dependency Injection, Logging, and Settings https://www.youtube.com/watch?v=GAOCe-2nXqc

Application Insights Console App Integration | AppInsights SDK | Serilog Sink https://www.youtube.com/watch?v=dI8-UHhiZZE

Intro to Unit Testing in C# using XUnit https://www.youtube.com/watch?v=ub3P8c87cwk

.NET Core and Angular Monorepos with NX https://www.youtube.com/watch?v=lxdU69E9OzU

.NET 6 Web API 🔒 Create JSON Web Tokens (JWT) - User Registration / Login / Authentication https://www.youtube.com/watch?v=v7q3pEK1EA0

Angular 14 & .NET 6 🔒 Authorization with JSON Web Tokens (JWT) https://www.youtube.com/watch?v=_pqNp-YSK8Y&list=WL&index=35


Github https://github.com/ClosedXML/ClosedXML/tree/develop/ClosedXML.Examples


https://github.com/gothinkster https://github.com/profjordanov/realworld-microservices https://codebase.show/projects/realworld?category=backend&language=c%23 https://github.com/gothinkster/aspnetcore-realworld-example-app/issues

https://github.com/CarterCommunity/Carter https://storybook.js.org/ https://stackoverflow.com/questions/50851711/docker-and-private-packages-with-npmrc https://docs.microsoft.com/en-us/learn/modules/explore-git-hooks/?WT.mc_id=api_CatalogApi https://docs.microsoft.com/en-us/dotnet/framework/windows-services/walkthrough-creating-a-windows-service-application-in-the-component-designer https://docs.docker.com/samples/dotnetcore/ https://www.variablenotfound.com/2015/02/aspnet-5-y-donde-esta-mi-webconfig.html


Application Insights https://docs.microsoft.com/en-us/azure/azure-monitor/app/asp-net-core https://docs.microsoft.com/en-us/azure/azure-monitor/app/console


React https://dmitripavlutin.com/react-usereducer/ https://tanstack.com/query/v4/docs/overview

Must Configuration

Powershell Windows Terminal Microsoft Power Toys Dev Toys Winget (App Installer)

Oh My Posh

winget install oh-my-posh
winget install JanDeDobbeleer.OhMyPosh -s winget

Enter to confirm the version number of your Oh My Posh installation.

oh-my-posh --version 

To ensure you have the latest updates, you can use the following command:

winget upgrade oh-my-posh

Profile

Fonts => https://rubjo.github.io/victor-mono/

# Open it with
notepad $PROFILE

# If its not created this command will create it into user/documents/powershell
New-Item -Path $PROFILE -Type File -Force

# Within the profile file write this
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\quick-term.omp.json" | Invoke-Expression

#To install Terminal-Icons with PowerShell, use the command:
Install-PackageProvider -Name NuGet -RequiredVersion 2.8.5.208 -Force
Install-Module -Name Terminal-Icons -Repository PSGallery
Install-Module -Name Terminal-Icons -Repository PSGallery -Scope CurrentUser

Using Windows Terminal press Ctrl + Shift + Comma and edit this section Note: Install ubuntu mono from here => https://www.nerdfonts.com/font-downloads

"profiles": {
  "defaults": {
    "font": {
      "face": "UbuntuMono NFM"
    }
  }
}

Development

UI/UX => https://penpot.app/ Icons => https://www.svgrepo.com

Hardware

Logitech Hub Logitech Options Logitech troubleshooting => https://www.drivereasy.com/knowledge/solved-logitech-options-not-working-on-windows/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment