Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdk/batch/microsoft-azure-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Azure Batch Libraries for Java is a higher-level, object-oriented API for in

**Azure Batch Authentication**

You need to create a Batch account through the [Azure portal](https://portal.azure.com) or Azure cli.
You need to create a Batch account through the [Azure portal](https://portal.azure.com) or Azure cli.

* Use the account name, key, and URL to create a `BatchSharedKeyCredentials` instance for authentication with the Azure Batch service.
The `BatchClient` class is the simplest entry point for creating and interacting with Azure Batch objects.
Expand Down Expand Up @@ -71,7 +71,7 @@ You can find sample code that illustrates Batch usage scenarios in https://githu

- A Java Developer Kit (JDK), v 1.7 or later
- Maven
- Azure Service Principal - see [how to create authentication info](./AUTH.md).
- Azure Service Principal - see [how to create authentication info](https://docs.microsoft.com/en-us/azure/batch/batch-aad-auth#use-a-service-principal).


## Help
Expand Down
4 changes: 2 additions & 2 deletions sdk/eventhubs/microsoft-azure-eventhubs-eph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# Microsoft Azure Event Processor Host for Java

Event Processor Host is built on top of the Azure Event Hubs Client and provides a number of features
not present in that lower layer. See the [readme for Azure Event Hubs Client for Java](../readme.md) for details of how to
not present in that lower layer. See the [README for Azure Event Hubs Client for Java](../microsoft-azure-eventhubs/README.md) for details of how to
include Event Processor Host in your project. See the [overview](Overview.md) for details of the functionality
that Event Processor Host offers and how to use it.
that Event Processor Host offers and how to use it.


![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Feventhubs%2Fmicrosoft-azure-eventhubs-eph%2FReadme.png)