工作心得整理
  • note @ HiMS
  • Azure App Service
    • Deploy Docker on AppService
      • Get test done before...
        • Prepare dockerfile
        • Prepare .dockerignore
        • Run Test On Local
        • Deploy to App service
        • Continuous Deployment
    • Two-Way SSL Authentication
      • Insomnia API POST Test
  • Azure Application Gateway
    • AGW - App Service
      • Listener設定
      • Backend Pools後端集區設定
      • HTTP設定
      • Rules 路由規則 Step1
      • Rules 路由規則 Step2
      • Health Probes健康度設定
      • App Serivce設定
        • 後記
  • Load Testing
    • Loadster.app
    • Loader.io
    • jmeter
  • DNS Delegation
    • 前情提要
    • 回歸正題 - DNS託管流程
    • 託管Step1
    • 託管Step2
    • 託管Last Step
  • n8n
    • Github API Token initial
    • Trello API Token Initial
    • Prepare App Connector
    • n8n github setting.
    • n8n Trello setting
Powered by GitBook
On this page

Was this helpful?

  1. Azure Application Gateway
  2. AGW - App Service
  3. App Serivce設定

後記

原本以為這樣弄好就可以順利的做路由了,不過有RD反應他們在api內指定了一個config後整個api就壞掉了

主要是Application Gateway不允許有兩個config被讀取到

在app service底下開一個新的資料夾,然後把所有程式移動到那個資料夾底下,接著把path mapping對應到新的資料夾底下即可

PreviousApp Serivce設定NextLoad Testing

Last updated 3 years ago

Was this helpful?