From 364fffc878fdce2af7669f606223e2b25d4f6c97 Mon Sep 17 00:00:00 2001 From: "Warwick Leahy [SSW]" <58454534+leahy268@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:59:51 +1000 Subject: [PATCH 1/2] Update rules-to-better-azure.md --- categories/software-development/rules-to-better-azure.md | 1 + 1 file changed, 1 insertion(+) diff --git a/categories/software-development/rules-to-better-azure.md b/categories/software-development/rules-to-better-azure.md index 1a81860f942..458177d4d1a 100644 --- a/categories/software-development/rules-to-better-azure.md +++ b/categories/software-development/rules-to-better-azure.md @@ -20,6 +20,7 @@ index: - apply-tags-to-your-azure-resource-groups - do-you-have-an-azure-spend-master - manage-costs-azure +- spike-in-azure-resource-costs - do-you-use-access-packages - do-you-know-how-to-be-frugal-with-azure-storage-transactions - do-you-know-how-to-backup-data-on-sql-azure From 337c4ff0034f10c2691293a87f689d561c4d170a Mon Sep 17 00:00:00 2001 From: "Warwick Leahy [SSW]" <58454534+leahy268@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:06:29 +1000 Subject: [PATCH 2/2] Update rule.md --- rules/use-scim-for-identity-management/rule.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/use-scim-for-identity-management/rule.md b/rules/use-scim-for-identity-management/rule.md index bd70749f288..5be016a5605 100644 --- a/rules/use-scim-for-identity-management/rule.md +++ b/rules/use-scim-for-identity-management/rule.md @@ -19,6 +19,7 @@ Integrating SCIM with Azure Active Directory automates the process of managing u ### Bad Example Relying solely on manual identity management processes in Azure Active Directory without SCIM integration. This manual approach is inefficient, prone to errors, and can lead to security risks due to inconsistent identity data across applications. + ::: bad ![Bad Example - SysAdmins have to provision each user separately in 3rd party products](bad-example-no-scim.jpg) @@ -34,4 +35,4 @@ Implementing SCIM to automate user provisioning and deprovisioning across variou ![Good Example: SysAdmins only provision into EntraId the SCIM provisioning does all the work](good-example-scim.jpg) ::: -By integrating SCIM with Azure Active Directory, organizations can achieve a more streamlined, secure, and efficient approach to identity management across their cloud ecosystem. \ No newline at end of file +By integrating SCIM with Azure Active Directory, organizations can achieve a more streamlined, secure, and efficient approach to identity management across their cloud ecosystem.