diff --git a/README.md b/README.md index c0105a4..14a69ab 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ description: "Azure App Service basic sample for managing web apps." urlFragment: app-service-java-manage-storage-connections-for-web-apps-on-linux --- -# Getting Started with Appservice - Manage Linux Web App Storage Account Connection - in Java # +# Manage Linux Web App Storage Account Connection (Java) Azure App Service basic sample for managing web apps. @@ -18,24 +18,22 @@ urlFragment: app-service-java-manage-storage-connections-for-web-apps-on-linux - Clean up -## Running this Sample ## +## Running this Sample To run this sample: Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-java/blob/master/AUTH.md). - git clone https://github.com/Azure-Samples/app-service-java-manage-storage-connections-for-web-apps-on-linux.git +```bash +git clone https://github.com/Azure-Samples/app-service-java-manage-storage-connections-for-web-apps-on-linux.git +cd app-service-java-manage-storage-connections-for-web-apps-on-linux +mvn clean compile exec:java +``` - cd app-service-java-manage-storage-connections-for-web-apps-on-linux - - mvn clean compile exec:java - -## More information ## +## More information [http://azure.com/java](http://azure.com/java) -If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212) - ---- +If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212). This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.