Skip to content

Commit

Permalink
update new custom domain documantation to fix mapping issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
FBoucher committed Dec 6, 2020
1 parent 3b4cf01 commit 200d734
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions post-deployment-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Of course the beauty of a URL shortener is to have short link and this is done t

[<img src="https://img.youtube.com/vi/srZv8aj3ZP8/maxresdefault.jpg" width="50%">](https://youtu.be/srZv8aj3ZP8)

[https://youtu.be/srZv8aj3ZP8](https://youtu.be/srZv8aj3ZP8)
### 1- Assign a Domain to the Azure Function

Let`s start by Adding a domain to the App Service.
Expand Down Expand Up @@ -94,8 +95,22 @@ The URL shortener is now completly configured, and your users will be pleased. T

The TinyBlazorAdmin is the place to manage all your URLs. Create a new Page rule to redirect all call to your domain and the prefix of your choice. ( ex: admin.07f.ca, manager.07f.ca, new.07f.ca, etc)




### 5- Add the new Custom Domain to the Settings file

The last step is to update the `src\shortenerTools\settings.json`. This is the setting file for the Azure Function. Add (or edit if already present) `customDomain` and set it to your new domain.

```
"customDomain":"https://c5m.ca"
```


Congradulation, you are all set!



---


Expand Down

0 comments on commit 200d734

Please sign in to comment.