Skip to content

Commit

Permalink
fixing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
melonrush13 authored and frodopwns committed Oct 10, 2019
1 parent ffb6fe3 commit 7c16485
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/azuresql/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
3. SQL firewall rule
4. Action (Rolling user credentials for the SQL server)

## Deploying SQL Resources
## Deploying SQL Resources

### Create a Resource Group
### Create a Resource Group

Create a resource group by running the following yaml file. Update the name variable to your preferred resource group name.

```kubectl create -f config/samples/azure_v1_resourcegroup.yaml```

### Create SQL resources
### Create SQL resources

Create your SQL resources by running the following yaml files. Update the resource group name, and SQL resource names to your preferred names.

Expand All @@ -25,15 +25,15 @@ Create your SQL resources by running the following yaml files. Update

```kubectl create -f config/samples/azure_v1_sqlserver.yaml```

### View SQL Resources
### View SQL Resources

To view your created SQL resources, such as sqlserver, run the following command:

`k get sqlserver`

Your servers should be displayed with their name and age.

### Delete a SQL Resource
### Delete a SQL Resource

To delete an existing resource from Kubernetes and Azure, such as SQL server, run:

Expand All @@ -47,11 +47,10 @@ The following message should appear:

`sqlserver.azure.microsoft.com "$sqlservername" deleted.`

## Troubleshooting resource provisioning
## Troubleshooting resource provisioning

kubectl describe to see events

# How would you use the Azure SQL Operator from a real application
## How would you use the Azure SQL Operator from a real application

describe demo app

0 comments on commit 7c16485

Please sign in to comment.