how to install custom fonts in azure app service

Amit Thore 41 Reputation points
2023-02-07T05:10:37.7933333+00:00

i want to install custom fonts into azure app service which will support my conversion svg to png conversion.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,997 questions
{count} votes

Accepted answer
  1. Grmacjon-MSFT 18,641 Reputation points
    2023-02-07T16:22:26.2366667+00:00

    Hi @Amit Thore ,

    One way to install custom fonts in Azure App Service is to use a custom Windows container. You can deploy a custom-configured Windows image from Visual Studio to Azure Container Registry, and then run it in App Service. This allows you to make OS changes that your app needs, such as installing custom fonts. Please follow this tutorial 'Migrate custom software to Azure App Service using a custom container" to achieve this. You can also check out some other alternative ways to achieve this shared on this related SO thread.

    Hope that helps. Please let us know if you have further questions

    Thanks,

    Grace

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.