Azure Traffic Manager support with Azure Function Apps

user3603467

I am trying to use Azure Traffic Manager (GTM) to geographically distribute load to function apps in each region.

I have tried adding an 'app service endpoint' and an 'external endpoint' (including adding the GTM name as a custom CNAME to the function app), but both result in "Error 404 - Web app not found.". The custom CNAME also never adds correctly.

According to the last comment on this post, the ability to do this should now be supported: Setting up a custom domain with an Azure Function app

I am unable to comment back on the post as I am a new user.

Amor

I have tried adding an 'app service endpoint' and an 'external endpoint' (including adding the GTM name as a custom CNAME to the function app)

Azure Traffic Manager is only eligible for use with App Services at the 'Standard' level or above as mentioned here. If your function isn't host in an app plan at the 'Standard' level or above, Azure Traffic Manager will not work.

If you are not using 'Standard' or higher level app plan, Azure Functions Proxies would be a workaround for you. Please check following thread which discuss the similar problem.

Azure Functions Traffic Manager

Here is the quick reference from the answer provided by Dakota Kincer.

So the answer I arrived to after Traffic manager didntsupport Azure functions was to overall build 3 Azure functions. I built an East and a West that has my azure function code on it. Then I built a main Azure Function that has 0 code. It only has Azure proxies on it that route to my 2 other Azure Functions. The route is controlled by a variable in the proxy string that is help in the main API app settings. Using %myvariable% you can set part of the url. When I need to publish I switch the variable to the secondary URL location. Update the Primary and then switch the URL to its original primary location. This will have to work for now till traffic manager is integrated into functions or a better solution arises.

I am unable to comment back on the post as I am a new user.

You could modify your post if you want to provide more information.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Azure Functions Traffic Manager

分類Dev

azure gateway as priority traffic manager

分類Dev

How to use Traffic Manager with Azure Storage Static Website?

分類Dev

Azure Traffic Manager-API管理サービスが低下しましたか?

分類Dev

Question concerning forward traffic on Azure Virtual Networks

分類Dev

Azure FunctionsとLogic Apps

分類Dev

Azure FunctionsとLogic Apps

分類Dev

Azure FunctionsとLogic Apps

分類Dev

Does Azure APIM support GraphQL?

分類Dev

Azure Traffic Managerが標準S1のWebアプリで機能しない:小規模プラン

分類Dev

Azure Traffic ManagerのSSLセットアップ(クラシックではありません)

分類Dev

Azure Resource Manager Template Language - resourceId(): Unable to evaluate template language function 'resource Id'

分類Dev

azure api-apps、logic-apps、web-apps、azure 関数の違い

分類Dev

Move Azure Web Apps into new Azure App Service Plan?

分類Dev

Azure Function and permanent process

分類Dev

Dispose NLog in Azure Function

分類Dev

Azure Function with different binds

分類Dev

Umbraco: An unexpected network error on Azure Web Apps

分類Dev

Setting up a Python server in Azure Web Apps

分類Dev

Azure Logic Apps、Getting Started Config

分類Dev

Accessing Azure File Storage from Azure Function

分類Dev

Does Azure Automation support Write-Information?

分類Dev

Azure Traffic Managerは、エンドポイントが劣化していることを示していますが、200を返します

分類Dev

Azure Traffic ManagerはSSLバージョンに基づいてクライアントをリダイレクトできますか?

分類Dev

Azure Traffic Managerのルートドメインが負荷分散またはフェイルオーバーしないのはなぜですか?

分類Dev

Azure Traffic ManagerのURLは劣化していると表示されますが、エンドポイントは200を返します

分類Dev

Importing Python modules for Azure Function

分類Dev

Calling Azure Function from Code

分類Dev

Azure Http Triggers function calls

Related 関連記事

  1. 1

    Azure Functions Traffic Manager

  2. 2

    azure gateway as priority traffic manager

  3. 3

    How to use Traffic Manager with Azure Storage Static Website?

  4. 4

    Azure Traffic Manager-API管理サービスが低下しましたか?

  5. 5

    Question concerning forward traffic on Azure Virtual Networks

  6. 6

    Azure FunctionsとLogic Apps

  7. 7

    Azure FunctionsとLogic Apps

  8. 8

    Azure FunctionsとLogic Apps

  9. 9

    Does Azure APIM support GraphQL?

  10. 10

    Azure Traffic Managerが標準S1のWebアプリで機能しない:小規模プラン

  11. 11

    Azure Traffic ManagerのSSLセットアップ(クラシックではありません)

  12. 12

    Azure Resource Manager Template Language - resourceId(): Unable to evaluate template language function 'resource Id'

  13. 13

    azure api-apps、logic-apps、web-apps、azure 関数の違い

  14. 14

    Move Azure Web Apps into new Azure App Service Plan?

  15. 15

    Azure Function and permanent process

  16. 16

    Dispose NLog in Azure Function

  17. 17

    Azure Function with different binds

  18. 18

    Umbraco: An unexpected network error on Azure Web Apps

  19. 19

    Setting up a Python server in Azure Web Apps

  20. 20

    Azure Logic Apps、Getting Started Config

  21. 21

    Accessing Azure File Storage from Azure Function

  22. 22

    Does Azure Automation support Write-Information?

  23. 23

    Azure Traffic Managerは、エンドポイントが劣化していることを示していますが、200を返します

  24. 24

    Azure Traffic ManagerはSSLバージョンに基づいてクライアントをリダイレクトできますか?

  25. 25

    Azure Traffic Managerのルートドメインが負荷分散またはフェイルオーバーしないのはなぜですか?

  26. 26

    Azure Traffic ManagerのURLは劣化していると表示されますが、エンドポイントは200を返します

  27. 27

    Importing Python modules for Azure Function

  28. 28

    Calling Azure Function from Code

  29. 29

    Azure Http Triggers function calls

ホットタグ

アーカイブ