Skip to content

Commit 8886b4c

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents f864dc1 + 3a8343a commit 8886b4c

22 files changed

+48
-42
lines changed

articles/active-directory/cloud-sync/plan-cloud-sync-topologies.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ The information below should be kept in mind, when selecting a solution.
2929

3030
- Users and groups must be uniquely identified across all forests
3131
- Matching across forests doesn't occur with cloud sync
32-
- A user or group must be represented only once across all forests
3332
- The source anchor for objects is chosen automatically. It uses ms-DS-ConsistencyGuid if present, otherwise ObjectGUID is used.
3433
- You can't change the attribute that is used for source anchor.
3534

articles/confidential-ledger/authentication-azure-ad.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To do so, the client performs a two-steps process:
2424
Azure confidential ledger then executes the request on behalf of the security principal for which Azure AD issued the access token. All authorization checks are performed using this identity.
2525

2626
In most cases, the recommendation is to use one of Azure confidential ledger SDKs to access the service programmatically, as they remove much of the hassle of implementing the
27-
flow above (and much more). See, for example, the [Python client library](https://pypi.org/project/azure-confidentialledger/) and [.NET client library](/dotnet/api/overview/azure/storage.confidentialledger-readme-pre).
27+
flow above (and much more). See, for example, the [Python client library](https://pypi.org/project/azure-confidentialledger/) and [.NET client library](/dotnet/api/azure.security.confidentialledger).
2828

2929
The main authenticating scenarios are:
3030

@@ -84,7 +84,7 @@ For detailed steps on registering an Azure confidential ledger application with
8484

8585
At the end of registration, the application owner gets the following values:
8686

87-
- An **Application ID** (also known as the AAD Client ID or appID)
87+
- An **Application ID** (also known as the Azure Active Directory Client ID or appID)
8888
- An **authentication key** (also known as the shared secret).
8989

9090
The application must present both these values to Azure Active Directory to get a token.
@@ -108,4 +108,4 @@ This flow is called the[OAuth2 token exchange flow](https://tools.ietf.org/html/
108108
- [Integrating applications with Azure Active Directory](../active-directory/develop/quickstart-register-app.md)
109109
- [Use portal to create an Azure AD application and service principal that can access resources](../active-directory/develop/howto-create-service-principal-portal.md)
110110
- [Create an Azure service principal with the Azure CLI](/cli/azure/create-an-azure-service-principal-azure-cli).
111-
- [Authenticating Azure confidential ledger nodes](authenticate-ledger-nodes.md)
111+
- [Authenticating Azure confidential ledger nodes](authenticate-ledger-nodes.md)

articles/confidential-ledger/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ sections:
5858
- question: |
5959
How can I manage users on a ledger?
6060
answer: |
61-
You can manage users on a ledger through the portal or one of the available SDKs: [python](https://pypi.org/project/azure-confidentialledger/), [.NET](/dotnet/api/overview/azure/security.confidentialledger-readme-pre), or [Java (preview)](/java/api/overview/azure/data-confidentialledger-readme?view=azure-java-preview).
61+
You can manage users on a ledger through the portal or one of the available SDKs: [python](https://pypi.org/project/azure-confidentialledger/), [.NET](/dotnet/api/overview/azure/security.confidentialledger-readme), or [Java (preview)](/java/api/overview/azure/data-confidentialledger-readme?view=azure-java-preview).
6262
6363
- question: |
6464
Can Microsoft help me manage users on a ledger I have created?

articles/confidential-ledger/quickstart-net.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Get started with the Azure confidential ledger client library for .NET. [Azure c
1818

1919
Azure confidential ledger client library resources:
2020

21-
[API reference documentation](/dotnet/api/overview/azure/security.confidentialledger-readme-pre) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/confidentialledger/Azure.Security.ConfidentialLedger) | [Package (NuGet)](https://www.nuget.org/packages/Azure.Security.ConfidentialLedger/1.0.0)
21+
[API reference documentation](/dotnet/api/overview/azure/security.confidentialledger-readme) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/confidentialledger/Azure.Security.ConfidentialLedger) | [Package (NuGet)](https://www.nuget.org/packages/Azure.Security.ConfidentialLedger/1.0.0)
2222

2323
## Prerequisites
2424

@@ -68,7 +68,7 @@ dotnet add package Azure.Identity
6868

6969
## Object model
7070

71-
The Azure confidential ledger client library for .NET allows you to create an immutable ledger entry in the service. The [Code examples](#code-examples) section shows how to create a write to the ledger and retrieve the transaction id.
71+
The Azure confidential ledger client library for .NET allows you to create an immutable ledger entry in the service. The [Code examples](#code-examples) section shows how to create a write to the ledger and retrieve the transaction ID.
7272

7373
## Code examples
7474

articles/cosmos-db/linux-emulator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ When reporting an issue with the Linux emulator, provide as much information as
325325
- Description of the workload
326326
- Sample of the database/collection and item used
327327
- Include the console output from starting the Docker container for the emulator in attached mode
328-
- Send all of the above to [Azure Cosmos DB team](mailto:[email protected]).
328+
- Post feedback on our [Azure Cosmos DB Q&A forums](/answers/topics/azure-cosmos-db.html).
329329

330330
## Next steps
331331

articles/hdinsight/benefits-of-migrating-to-hdinsight-40.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Hive metastore operation takes much time and thus slow down Hive compilation. In
237237

238238
## Troubleshooting guide
239239

240-
[HDInsight 3.6 to 4.0 troubleshooting guide for Hive workloads](./interactive-query/interactive-query-troubleshoot-migrate-36-to-40.md) provides answers to common issues faced when migrating Hive workloads from HDInsight 3.6 to HDInsight 4.0.
240+
[HDInsight 3.6 to 4.0 troubleshooting guide for Hive workloads](/azure/hdinsight/interactive-query/interactive-query-troubleshoot-migrate-36-to-40) provides answers to common issues faced when migrating Hive workloads from HDInsight 3.6 to HDInsight 4.0.
241241

242242
## References
243243

@@ -255,5 +255,5 @@ https://hadoop.apache.org/docs/r3.1.1/hadoop-project-dist/hadoop-common/release/
255255

256256
## Further reading
257257

258-
* [HDInsight 4.0 Announcement](./hdinsight-version-release.md)
259-
* [HDInsight 4.0 deep dive](https://azure.microsoft.com/blog/deep-dive-into-azure-hdinsight-4-0.md)
258+
* [HDInsight 4.0 Announcement](/azure/hdinsight/hdinsight-version-release)
259+
* [HDInsight 4.0 deep dive](https://azure.microsoft.com/blog/deep-dive-into-azure-hdinsight-4-0/)

articles/hdinsight/hdinsight-overview-before-you-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ HDInsight have two options to configure the databases in the clusters.
1919

2020
During cluster creation, default configuration will use internal database. Once the cluster is created, customer can’t change the database type. Hence, it's recommended to create and use the external database. You can create custom databases for Ambari, Hive, and Ranger.
2121

22-
For more information, see how to [Set up HDInsight clusters with a custom Ambari DB](./hdinsight-custom-ambari-db.md)
22+
For more information, see how to [Set up HDInsight clusters with a custom Ambari DB](/azure/hdinsight/hdinsight-custom-ambari-db)
2323

2424
## Keep your clusters up to date
2525

@@ -29,10 +29,10 @@ As part of the best practices, we recommend you keep your clusters updated on re
2929

3030
HDInsight release happens every 30 to 60 days. It's always good to move to the latest release as early possible. The recommended maximum duration for cluster upgrades is less than six months.
3131

32-
For more information, see how to [Migrate HDInsight cluster to a newer version](./hdinsight-upgrade-cluster.md)
32+
For more information, see how to [Migrate HDInsight cluster to a newer version](/azure/hdinsight/hdinsight-upgrade-cluster)
3333

3434
## Next steps
3535

3636
* [Create Apache Hadoop cluster in HDInsight](./hadoop/apache-hadoop-linux-create-cluster-get-started-portal.md)
3737
* [Create Apache Spark cluster - Portal](./spark/apache-spark-jupyter-spark-sql-use-portal.md)
38-
* [Enterprise security in Azure HDInsight](./domain-joined/hdinsight-security-overview.md)
38+
* [Enterprise security in Azure HDInsight](./domain-joined/hdinsight-security-overview.md)

articles/key-vault/general/tutorial-javascript-virtual-machine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ az keyvault set-policy --name "<your-unique-keyvault-name>" --object-id "<system
104104

105105
## Log in to the VM
106106

107-
To sign in to the virtual machine, follow the instructions in [Connect and sign in to an Azure virtual machine running Linux](/azure-docs-archive-pr/virtual-machines/linux/login-using-aad) or [Connect and sign in to an Azure virtual machine running Windows](../../virtual-machines/windows/connect-logon.md).
107+
To sign in to the virtual machine, follow the instructions in [Connect and sign in to an Azure virtual machine running Linux](/azure/virtual-machines/linux-vm-connect) or [Connect and sign in to an Azure virtual machine running Windows](../../virtual-machines/windows/connect-logon.md).
108108

109109

110110
To log into a Linux VM, you can use the ssh command with the \<publicIpAddress\> given in the [Create a virtual machine](#create-a-virtual-machine) step:

articles/key-vault/general/tutorial-net-virtual-machine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Set-AzKeyVaultAccessPolicy -ResourceGroupName <YourResourceGroupName> -VaultName
128128

129129
## Sign in to the virtual machine
130130

131-
To sign in to the virtual machine, follow the instructions in [Connect and sign in to an Azure Windows virtual machine](../../virtual-machines/windows/connect-logon.md) or [Connect and sign in to an Azure Linux virtual machine](/azure-docs-archive-pr/virtual-machines/linux/login-using-aad).
131+
To sign in to the virtual machine, follow the instructions in [Connect and sign in to an Azure Windows virtual machine](../../virtual-machines/windows/connect-logon.md) or [Connect and sign in to an Azure Linux virtual machine](/azure/virtual-machines/linux-vm-connect).
132132

133133
## Set up the console app
134134

articles/key-vault/general/tutorial-python-virtual-machine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ az keyvault set-policy --name "<your-unique-keyvault-name>" --object-id "<system
104104

105105
## Log in to the VM
106106

107-
To sign in to the virtual machine, follow the instructions in [Connect and sign in to an Azure virtual machine running Linux](/azure-docs-archive-pr/virtual-machines/linux/login-using-aad) or [Connect and sign in to an Azure virtual machine running Windows](../../virtual-machines/windows/connect-logon.md).
107+
To sign in to the virtual machine, follow the instructions in [Connect and sign in to an Azure virtual machine running Linux](/azure/virtual-machines/linux-vm-connect) or [Connect and sign in to an Azure virtual machine running Windows](../../virtual-machines/windows/connect-logon.md).
108108

109109

110110
To log into a Linux VM, you can use the ssh command with the \<publicIpAddress\> given in the [Create a virtual machine](#create-a-virtual-machine) step:

0 commit comments

Comments
 (0)