Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
supernova-eng committed Oct 15, 2019
1 parent 918e2b8 commit 603b539
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extensions:
description: "Azure App Service basic sample for managing web apps."
---

# Getting started on managing storage connections for Web Apps in C# #
# Get started managing storage connections for Web Apps (C#)

Azure App Service basic sample for managing web apps.
- Create a storage account and upload a couple blobs
Expand All @@ -19,26 +19,23 @@ description: "Azure App Service basic sample for managing web apps."
- 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-net/blob/master/AUTH.md).

git clone https://github.com/Azure-Samples/app-service-dotnet-manage-storage-connections-for-web-apps.git
```bash
git clone https://github.com/Azure-Samples/app-service-dotnet-manage-storage-connections-for-web-apps.git
cd app-service-dotnet-manage-storage-connections-for-web-apps
dotnet build
bin\Debug\net452\ManageWebAppStorageAccountConnection.exe
```

cd app-service-dotnet-manage-storage-connections-for-web-apps

dotnet build

bin\Debug\net452\ManageWebAppStorageAccountConnection.exe

## More information ##
## More information

[Azure Management Libraries for C#](https://github.com/Azure/azure-sdk-for-net/tree/Fluent)
[Azure .Net Developer Center](https://azure.microsoft.com/en-us/develop/net/)
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.

0 comments on commit 603b539

Please sign in to comment.