Skip to content

Commit

Permalink
Updated intro paragraphs for SEO improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
damabe committed Sep 4, 2019
1 parent 7b2bdcf commit 89a8aa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion java/java-sdk-azure-authenticate.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ ms.topic: article
ms.devlang: java
ms.service: multiple
ms.assetid: 10f457e3-578b-4655-8cd1-51339226ee7d
ms.custom: seo-java-september2019
---


# Authenticate with the Azure libraries for Java

## Connect to services with connection strings

Most Azure service libraries use a connection string or secure key for authentication. For example, SQL Database includes username and password information in the JDBC connection string:
This article shows how to authenticate with the Azure libraries for Java. Most Azure service libraries use a connection string or secure key for authentication. For example, SQL Database includes username and password information in the JDBC connection string:

```java
String url = "jdbc:sqlserver://myazuredb.database.windows.net:1433;" +
Expand Down
4 changes: 2 additions & 2 deletions java/java-sdk-azure-containers-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ ms.topic: article

ms.devlang: java
ms.service: multiple
ms.custom: seo-java-july2019
ms.custom: seo-java-july2019, seo-java-september2019
---

# Java samples for Azure Container Service

The following table links to Java source you can use to create and configure applications running in containers.
The following table links to Java source you can use to create and configure applications running in Azure Container Service.

[!INCLUDE [java-container-samples](includes/java-container-samples.md)]

0 comments on commit 89a8aa6

Please sign in to comment.