For the folks who try to edit custom policies by oneself, here we walkthrough the policy structure in Azure AD B2C custom policy. By learning this walkthrough, I hope you’ll have a intuitive sense of “where is” or “what is” for each settings in B2C custom policy.
I note that this post assumes that you have basic knowledge for Azure AD B2C (such as, user flows with standard UI, simple UX customization for branding, and so on) and identity technologies, such as, OpenID or OAuth.
Manage Azure IoT Edge resources with native Kubernetes API
This walkthrough introduces you how to setup IoT Edge CRD (Custom Resource Definitions) and manage Azure IoT resources in Kubernetes.
Deploy Azure IoT Edge Modules with Kubernetes Semantics (Virtual Kubelet)
With Azure IoT Edge Provider for Virtual Kubelet, you can deploy and configure a variety of modules on multiple IoT devices using your familiar Kubernetes tools, utilities, and reusable configurations (yaml).
Architecture and Overview of R3 Corda
In this post, I’ll outline the concept, architecture, and a framework for R3 Corda with a brief sample of application.
Here we setup and configure by handcrafting on Ubuntu in this post. (I’ll show you Azure Blockchain Service (Corda protocol, now in private preview), when it’ll be available in public preview in the future.)
Quantum Computing Introduction (Physics & Maths)
The goal of this post is to make you understand fundamentals of quantum computing more specifically by referencing the real physics in a very small scale, but without any complicated formula or proofs (with only entry level of physics and mathematics).
Run Hyperledger Fabric on Azure Kubernetes Service (Tutorial)
By using “Hyperledger Fabric on Azure Kubernetes Service” (HLF on AKS) template in Azure, you can soon start Hyperledger Fabric without spending time building out the infrastructure.
In this post, I show you both architecture and usage (how to use) for this template.
Walkthrough of Decentralized Identity (DID) Network
For your beginning, this walk-through introduces how DID (decentralized identifier) network will work, using “test” network which is for the purpose of your experience and testing.
Consensus Algorithms in Blockchain: Learn How to Make a Blockchain Consistent
In this post, we learn the blockchain consensus for both public blockchain and private blockchain by picking up each one example of those. Here I pick up Bitcoin for a public blockchain and IBFT (on Quorum) for a private blockchain.
Build Quorum Application with Azure Blockchain Service
In this post, I show you how to build blockchain applications working with Quorum ledger, by using Azure Blockchain Service, with ease of provision and configuration for beginners.
Building Azure IoT Edge Module with Message Routing
In this post, we build and deploy custom modules from scratch (without Visual Studio Code) with message routing. If you are new to Azure IoT, you will find how Azure IoT Edge module works and how to build it through this post.