Skip to content

Commit 15908db

Browse files
authored
Merge pull request #177510 from JasonWHowell/fixlinks
Fixing build suggestions
2 parents 8be2bc0 + 9f320fc commit 15908db

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

articles/active-directory/azuread-dev/sample-v1-code.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
22
title: Code samples for Azure Active Directory v1.0 | Microsoft Docs
33
description: Provides an index of Azure Active Directory (v1.0 endpoint) code samples, organized by scenario.
4-
services: active-directory
54
documentationcenter: dev-center-name
65
author: jmprieur
76
manager: CelesteDG
8-
97
ms.service: active-directory
108
ms.subservice: azuread-dev
119
ms.topic: sample
@@ -74,10 +72,10 @@ The following samples illustrate public client applications (desktop/mobile appl
7472
| Client application | Platform | Flow/Grant | Calls Microsoft Graph | Calls an ASP.NET or ASP.NET Core 2.x Web API |
7573
|------------------ | -------- | ---------- | -------------------- | ------------------------- |
7674
| Desktop (WPF) | ![This image shows the .NET/C# logo](media/sample-v2-code/logo-net.png) | Interactive | Part of [`dotnet-native-multitarget`](https://github.com/azure-samples/active-directory-dotnet-native-multitarget) | [`dotnet-native-desktop`](https://github.com/Azure-Samples/active-directory-dotnet-native-desktop) </p> [`dotnet-native-aspnetcore`](https://github.com/Azure-Samples/active-directory-dotnet-native-aspnetcore/)</p> [`dotnet-webapi-manual-jwt-validation`](https://github.com/azure-samples/active-directory-dotnet-webapi-manual-jwt-validation) |
77-
| Mobile (UWP) | ![This image shows the .NET/C#/UWP](media/sample-v2-code/logo-windows.png) | Interactive | [`dotnet-native-uwp-wam`](https://github.com/azure-samples/active-directory-dotnet-native-uwp-wam) </p> This sample uses [WAM](/windows/uwp/security/web-account-manager), not [ADAL.NET](https://aka.ms/adalnet) | [`dotnet-windows-store`](https://github.com/Azure-Samples/active-directory-dotnet-windows-store) (UWP application using ADAL.NET to call a single tenant Web API) </p> [`dotnet-webapi-multitenant-windows-store`](https://github.com/Azure-Samples/active-directory-dotnet-webapi-multitenant-windows-store) (UWP application using ADAL.NET to call a multi-tenant Web API) | |
78-
| Mobile (Android, iOS, UWP) | ![This image shows the .NET/C# (Xamarin)](media/sample-v2-code/logo-xamarin.png) | Interactive | [`dotnet-native-multitarget`](https://github.com/azure-samples/active-directory-dotnet-native-multitarget) | |
79-
| Mobile (Android) | ![This image shows the Android logo](media/sample-v2-code/logo-android.png) | Interactive | [`android`](https://github.com/Azure-Samples/active-directory-android) | |
80-
| Mobile (iOS) | ![This image shows iOS / Objective C or Swift](media/sample-v2-code/logo-ios.png) | Interactive | [`nativeClient-iOS`](https://github.com/azureadquickstarts/nativeclient-ios) | |
75+
| Mobile (UWP) | ![This image shows the .NET/C#/UWP](media/sample-v2-code/logo-windows.png) | Interactive | [`dotnet-native-uwp-wam`](https://github.com/azure-samples/active-directory-dotnet-native-uwp-wam) </p> This sample uses [WAM](/windows/uwp/security/web-account-manager), not [ADAL.NET](https://aka.ms/adalnet) | [`dotnet-windows-store`](https://github.com/Azure-Samples/active-directory-dotnet-windows-store) (UWP application using ADAL.NET to call a single tenant Web API) </p> [`dotnet-webapi-multitenant-windows-store`](https://github.com/Azure-Samples/active-directory-dotnet-webapi-multitenant-windows-store) (UWP application using ADAL.NET to call a multi-tenant Web API) |
76+
| Mobile (Android, iOS, UWP) | ![This image shows the .NET/C# (Xamarin)](media/sample-v2-code/logo-xamarin.png) | Interactive | [`dotnet-native-multitarget`](https://github.com/azure-samples/active-directory-dotnet-native-multitarget) |
77+
| Mobile (Android) | ![This image shows the Android logo](media/sample-v2-code/logo-android.png) | Interactive | [`android`](https://github.com/Azure-Samples/active-directory-android) |
78+
| Mobile (iOS) | ![This image shows iOS / Objective C or Swift](media/sample-v2-code/logo-ios.png) | Interactive | [`nativeClient-iOS`](https://github.com/azureadquickstarts/nativeclient-ios) |
8179
| Desktop (Console) | ![This image shows the .NET/C# logo](media/sample-v2-code/logo-net.png) | Username / Password </p> Integrated Windows authentication | | [`dotnet-native-headless`](https://github.com/azure-samples/active-directory-dotnet-native-headless) |
8280
| Desktop (Console) | ![This image shows the Java logo](media/sample-v2-code/logo-java.png) | Username / Password | | [`java-native-headless`](https://github.com/Azure-Samples/active-directory-java-native-headless) |
8381
| Desktop (Console) | ![This image shows the .NET Core/C# logo](media/sample-v2-code/logo-netcore.png) | Device code flow | | [`dotnet-deviceprofile`](https://github.com/Azure-Samples/active-directory-dotnet-deviceprofile) |

articles/aks/managed-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ When deploying an AKS Cluster, local accounts are enabled by default. Even when
191191
> On clusters with Azure AD integration enabled, users belonging to a group specified by `aad-admin-group-object-ids` will still be able to gain access via non-admin credentials. On clusters without Azure AD integration enabled and `properties.disableLocalAccounts` set to true, obtaining both user and admin credentials will fail.
192192
193193
> [!NOTE]
194-
> After disabling local accounts users on an already existing AKS cluster where users might have used local account/s, admin must [rotate the cluster certificates](https://docs.microsoft.com/azure/aks/certificate-rotation#rotate-your-cluster-certificates), in order to revoke the certificates those users might have access to. If this is a new cluster than no action is required.
194+
> After disabling local accounts users on an already existing AKS cluster where users might have used local account/s, admin must [rotate the cluster certificates](certificate-rotation.md#rotate-your-cluster-certificates), in order to revoke the certificates those users might have access to. If this is a new cluster than no action is required.
195195
196196
### Create a new cluster without local accounts
197197

articles/app-service/app-service-asp-net-migration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@ Some .NET Framework web applications may have dependencies to libraries and othe
5555

5656
The [app containerization tool](https://azure.microsoft.com/blog/accelerate-application-modernization-with-azure-migrate-app-containerization/) can repackage applications as containers with minimal changes. The tool currently supports containerizing ASP.NET applications and Apache Tomcat Java applications. For more information about containerization and migration, see the [how-to](../migrate/tutorial-app-containerization-aspnet-app-service.md).
5757

58-
Next step: [Migrate an on-premise web application to Azure App Service](https://docs.microsoft.com/learn/modules/migrate-app-service-migration-assistant/)
58+
## Next steps
59+
60+
[Migrate an on-premise web application to Azure App Service](/learn/modules/migrate-app-service-migration-assistant/)

articles/app-service/app-service-java-migration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ Download this [preview tool](https://azure.microsoft.com/services/app-service/mi
3333

3434
App Containerization offers a simple approach to repackage applications as containers with minimal code changes. The tool currently supports containerizing ASP.NET and Apache Tomcat Java web applications. For more information, see the [blog](https://azure.microsoft.com/blog/accelerate-application-modernization-with-azure-migrate-app-containerization/) and [how-to](../migrate/tutorial-app-containerization-java-app-service.md).
3535

36-
Next step: [Migrate Tomcat applications to Tomcat on Azure App Service](https://docs.microsoft.com/azure/developer/java/migration/migrate-tomcat-to-tomcat-app-service)
36+
## Next steps
37+
38+
[Migrate Tomcat applications to Tomcat on Azure App Service](/azure/developer/java/migration/migrate-tomcat-to-tomcat-app-service)

articles/communication-services/quickstarts/chat/includes/meeting-interop-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private const string connectionString_ = "";
4848

4949
> [!IMPORTANT]
5050
> * Select the proper platform from the 'Solution Platforms' dropdown list in Visual Studio <b>before</b> running the code. i.e `x64`
51-
> * Make sure you have the 'Developer Mode' in Windows 10 enabled [(Developer Settings)](https://docs.microsoft.com/windows/apps/get-started/enable-your-device-for-development)
51+
> * Make sure you have the 'Developer Mode' in Windows 10 enabled [(Developer Settings)](/windows/apps/get-started/enable-your-device-for-development)
5252
>
5353
> *The next steps will not work if this is not configured properly*
5454

articles/openshift/howto-spot-nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ aro-cluster-5t2dj-worker-eastus2 1 1 1 1 2d22h
5050
aro-cluster-5t2dj-worker-eastus3 1 1 1 1 2d22h
5151
```
5252

53-
Next, you'll describe the MachineSet deployed. Replace <machineset> with one of the MachineSets listed above and output this to a file.
53+
Next, you'll describe the MachineSet deployed. Replace \<machineset\> with one of the MachineSets listed above and output this to a file.
5454

5555
```azurecli-interactive
5656
oc get machineset <machineset> -n openshift-machine-api -o yaml > spotmachineset.yaml

0 commit comments

Comments
 (0)