Skip to content

Commit

Permalink
edited 121
Browse files Browse the repository at this point in the history
  • Loading branch information
Houssem Dellai committed Jan 5, 2024
1 parent 975c383 commit 7c7cfb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 121_appservice_domain/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ We also create an Azure DNS Zone to manage and configure the domain name.
And we create an A record "test" to make sure the configuration works.

The complete Terraform implementation is in this current folder.
But here is a
But here is how to use it.

```terraform
resource "azurerm_dns_zone" "dns_zone" {
Expand Down Expand Up @@ -108,6 +108,12 @@ az appservice domain create `
--accept-terms
```

## Video tutorial

Here is a Youtube video explaining how this works: [https://www.youtube.com/watch?v=ptdAcsG2ROI](https://www.youtube.com/watch?v=ptdAcsG2ROI)

![](https://github.com/HoussemDellai/terraform-azapi-appservice-domain/blob/main/images/youtube.png?raw=true)

## Important notes

You should use a Pay-As-You-Go azure subscription to be able to create Azure App Service Domain.
Expand Down
Binary file added 121_appservice_domain/images/youtube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c7cfb0

Please sign in to comment.