Challenge #11 - Parameterize Your Policies

< Previous Challenge - Home - Next Challenge>

Description

Now that we have Custom Policies in place with the Delete My Account policy, our CMC management wants to allow these custom policies to be deployed to different environments, such as dev/test or production.

Instead of searching and replacing environment-specific values (such as tenant name), CMC management wants to have these values parameterized.

You’ve heard that there’s a way to parameterize policies using an Azure AD B2C plugin for Visual Studio Code, but that’s all the information you have.

In this challenge, take your existing TrustFramework policies along with your Delete My Account policy and parameterize them so that you can deploy them to different environments.

Success Criteria

You will have successfully passed this challenge if you can:

Learning Resources

Advanced Challenges (Optional)