Shawntabrizi.com

Set up Azure Service Health Alerts programmatically …

WebIn that case, there is an easy way for you to generate a custom ARM template for your needs: Go to the Health Alerts section in Azure Service Health. Create a new service …

Actived: 5 days ago

URL: https://www.shawntabrizi.com/blog/code/set-azure-service-health-alerts-programmatically-using-powershell/

Azure AD Authentication with PowerShell and ADAL

WebTo get AAD authentication working on other platforms, you may need to write a ton of code, compile it, or even publish it to the web. With these scripts, you can get authentication …

Category:  Health Go Health

Refresh Tokens for Azure AD V2 Applications in Flask

WebI have been working on a few projects recently that used Flask, a Python web framework, and Azure Active Directory to do things related to the Microsoft Graph. Using …

Category:  Health Go Health

Building a Simple Sign-In Page with MSAL.js for Microsoft Identities

WebIn this post I will discuss how I used MSAL.js to build a simple sign-in experience for Microsoft Identities, and some of the things I learned along the way.

Category:  Health Go Health

Querying Substrate Storage via RPC Shawn Tabrizi

WebThere is real data in there! However, it is not well formed. To correctly parse the metadata, you will need to become familiar with is Parity's SCALE codec:. SCALE is a light-weight …

Category:  Health Go Health

Programmatically fetch multiple APIs in parallel using async and …

WebUltimately the trick here is that a Promise gets executed as soon as it gets created. The map function will create all the fetch promises and they will immediately start to execute. …

Category:  Health Go Health

Substrate Storage Deep Dive Shawn Tabrizi

WebIn this post, I will share the video and slides I presented at the Substrate Developer Conference (Sub0) which gives a deep dive into the storage layers of the Substrate …

Category:  Health Go Health

Revoking Consent for Azure Active Directory Applications

WebThen click "All Applications" and search for the application you want to revoke consent for: When you click the application, you will be brought to an "Overview" section, where a …

Category:  Health Go Health

Common Microsoft Resources in Azure Active Directory

WebI have seen a lot of StackOverflow posts trying to debug pretty basic errors when getting an access token to Microsoft Resources. Sometimes the issue is as simple as a typo in the …

Category:  Health Go Health

Adding AAD Service Principal to the Company Administrator Role …

WebYou should see your application in that list, where RoleMemberType is ServicePrincipal and DisplayName is the name of your application.. Now your application should be able to …

Category:  Health Go Health

CryptoKitties on Substrate Shawn Tabrizi

WebYou saw in my last post that I started to investigate Substrate runtime development by building a simple proof of existence blockchain.. I wanted to take it a step further, and …

Category:  Health Go Health

4 Things I Learned in 4 Years at Microsoft Shawn Tabrizi

WebI am in the midst of a turning point in my life. This month I left Microsoft to join Parity Technologies, a start-up company focusing on blockchain infrastructure and the future of …

Category:  Health Go Health

Does Company "X" have an Azure Active Directory Tenant

WebOne of the cool things about the Open ID Configuration endpoint is that it not only tells us random facts about the tenant, but it confirms that the tenant exists! Make sure to check …

Category:  Health Go Health

Portfolio Shawn Tabrizi

WebPortfolio of Shawn Tabrizi. Azure-AD-Authentication-with-PowerShell-and-ADAL. This is a set of really simple PowerShell scripts which allow you to get access tokens with with …

Category:  Health Go Health

Blog Shawn Tabrizi

WebThe Lean Startup. Written by Eric Ries. This is my go-to book on how to effectively and successfully lead a project at a tech company. This was the way my mentor at Microsoft …

Category:  Health Go Health

Substrate at FOSDEM 2019 Shawn Tabrizi

WebI had the amazing opportunity to speak about Substrate at the Free and Open source Software Developers' European Meeting (FOSDEM).

Category:  Health Go Health

Running Parity Substrate on Mac OS X Shawn Tabrizi

WebThis guide will show you the steps to successfully connect to the Substrate testnet, BBQ Birch using Mac OS X. All of the instructions on this page are commands which should …

Category:  Health Go Health

Discovery through Experience Shawn Tabrizi

WebI have had a blog more than once in the past.

Category:  Health Go Health

Combining Rocket with Reqwest to Call an API with Rust

WebThis post will be a short code snippet to show how you can combine the Dynamic Segments example from Rocket and the Calling a Web API example from the Rust Cookbook.. I …

Category:  Health Go Health