Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glibnub authored Oct 19, 2019
1 parent 3396b44 commit d3245ab
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,23 @@ languages:
- csharp
products:
- azure
- azure-app-service
extensions:
- services: App-Service
- platforms: dotnet
description: "Azure App Service basic sample for managing web apps."
urlFragment: get-started-data-connections-csharp
---

# Getting started on managing data connections (such as SQL Database and Redis Cache) for Web Apps in C# #
# Get started managing data connections (such as SQL Database and Redis Cache) for Web Apps (C#)

Azure App Service basic sample for managing web apps.
- Create a SQL database in a new SQL server
- Create a web app deployed with Project Nami (WordPress's SQL Server variant)
that contains the app settings to connect to the SQL database
- Update the SQL server's firewall rules to allow the web app to access
- Clean up
Azure App Service basic sample for managing web apps.

- Create a SQL database in a new SQL server
- Create a web app deployed with Project Nami (WordPress's SQL Server variant)
that contains the app settings to connect to the SQL database
- Update the SQL server's firewall rules to allow the web app to access
- Clean up


## Running this Sample ##
Expand All @@ -27,20 +29,17 @@ 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-data-connections-for-web-apps.git
```bash
git clone https://github.com/Azure-Samples/app-service-dotnet-manage-data-connections-for-web-apps.git
cd app-service-dotnet-manage-data-connections-for-web-apps
dotnet build
bin\Debug\net452\ManageWebAppSqlConnection.exe
```

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

dotnet build

bin\Debug\net452\ManageWebAppSqlConnection.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 d3245ab

Please sign in to comment.