Skip to content

Commit 11dbd15

Browse files
author
GitHub Actions
committed
Fix unterminated open blocks
1 parent 74f4dbb commit 11dbd15

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

modules/authentication/proc-enabling-authentication-with-microsoft-azure.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ To grant administrator consent, a directory administrator must go to the link:ht
5151

5252
. Set up the Microsoft Azure authentication provider in your `{my-app-config-file}` file:
5353
+
54-
--
5554
.`{my-app-config-file}` file fragment
5655
[source,yaml,subs="+quotes,+attributes"]
5756
----

modules/authentication/proc-provisioning-users-from-microsoft-azure-to-the-software-catalog.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
:_mod-docs-content-type: PROCEDURE
12
[id="provisioning-users-from-microsoft-azure-to-the-software-catalog"]
2-
= Provisioning users from Microsoft Azure to the software catalog
3+
= Provisioning Users from Microsoft Azure to the Software Catalog
34

45
To authenticate users with Microsoft Azure, after xref:enabling-authentication-with-microsoft-azure[Enabling authentication with Microsoft Azure], provision users from Microsoft Azure to the {product-short} software catalog.
56

@@ -9,7 +10,6 @@ To authenticate users with Microsoft Azure, after xref:enabling-authentication-w
910
.Procedure
1011
* To enable Microsoft Azure member discovery, edit your custom {product-short} ConfigMap, such as `app-config-rhdh`, and add following lines to the `{my-app-config-file}` content:
1112
+
12-
--
1313
[id=microsoftGraphOrgProviderId]
1414
.`{my-app-config-file}` fragment with mandatory `microsoftGraphOrg` fields
1515
[source,yaml]
@@ -272,7 +272,6 @@ catalog:
272272
schedule:
273273
initialDelay: { seconds: 15}
274274
----
275-
--
276275

277276
.Verification
278277
. Check the console logs to verify that the synchronization is completed.

0 commit comments

Comments
 (0)