Skip to content

Commit f73ce4c

Browse files
committed
Merge branch 'main' into release-waf-modules-refresh
2 parents be15889 + 9b7e425 commit f73ce4c

File tree

38 files changed

+464
-24
lines changed

38 files changed

+464
-24
lines changed
103 KB
Loading
Lines changed: 85 additions & 0 deletions
Loading

learn-pr/advocates/configure-entra-external-native-authentication/includes/6-add-credential-mobile-app-using-native-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To sign in a user, you need to create a user interface (UI) to:
1515

1616
In your UI, add a button, whose select event starts a sign-in as shown in the following code snippet:
1717

18-
```Kotlin
18+
```Kotlin
1919
CoroutineScope(Dispatchers.Main).launch {
2020
val parameters = NativeAuthSignInParameters(username = email)
2121
// Assign 'password' param if you sign in with username (email) and password
@@ -41,7 +41,7 @@ In your UI, add a button, whose select event starts a sign-in as shown in the fo
4141
}
4242
}
4343
}
44-
```
44+
```
4545

4646
If the user isn't required to submit a passcode, such as where a user signs in with email and password, use the following code snippet:
4747

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.philanthropies.identify-key-hardware-and-it-infrastructure-components.servers-storage-systems
3+
title: Servers and storage systems
4+
metadata:
5+
title: Servers and Storage Systems
6+
description: This content is a part of the "Identify key hardware and IT infrastructure components of datacenters" module.
7+
ms.date: 05/10/2025
8+
author: kiranchandratrey
9+
ms.author: elenasim
10+
ms.topic: unit
11+
durationInMinutes: 9
12+
content: |
13+
[!include[](includes/1-servers-storage-systems.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.philanthropies.identify-key-hardware-and-it-infrastructure-components.network-infrastructure
3+
title: Network infrastructure
4+
metadata:
5+
title: Network Infrastructure
6+
description: This content is a part of the "Identify key hardware and IT infrastructure components of datacenters" module.
7+
ms.date: 05/10/2025
8+
author: kiranchandratrey
9+
ms.author: elenasim
10+
ms.topic: unit
11+
durationInMinutes: 5
12+
content: |
13+
[!include[](includes/2-network-infrastructure.md)]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.philanthropies.identify-key-hardware-and-it-infrastructure-components.it-apparatus-inside-datacenter
3+
title: IT apparatus inside the datacenter
4+
metadata:
5+
title: IT Apparatus inside the Datacenter
6+
description: This content is a part of the "Identify key hardware and IT infrastructure components of datacenters" module.
7+
ms.date: 05/10/2025
8+
author: kiranchandratrey
9+
ms.author: elenasim
10+
ms.topic: unit
11+
durationInMinutes: 3
12+
content: |
13+
[!include[](includes/3-it-apparatus-inside-datacenter.md)]

0 commit comments

Comments
 (0)