Takeharu.Oshida
Takeharu.Oshida
I tried Python SDK ``` resource_client = ResourceManagementClient(credential, subscription_id) web_client = WebSiteManagementClient(credential, subscription_id) while True: webjob = web_client.web_apps.get_continuous_web_job(GROUP_NAME, SITE_NAME, "myJob2") print(webjob.status) ``` And It work without exception even if responded...
Is there any update on this issue? I could save jfr without workaround(`JAVA_OPTS = -XX:+StartAttachListener`) today. LinuxFxVersion "Java|8"
`java|11` also works without workaround.
@chinenvinicius You could find some solutions linked on this thread. My workaround is https://github.com/mobilusoss/textlint-browser-runner/pull/7
Let me share alternative solution about missing fonts. default font config(/`etc/fonts/fonts.conf`) have below seting ``` fonts ``` Thus if I set app settings `XDG_DATA_HOME` as `/home/site/wwwroot/`, fonts files in `/home/site/wwwroot/fonts`...
Hi @mattchenderson Is this issue still open? What is the actual behavior now? Do I still need to add WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED=1 to app settings? 
When I create FunctionsApp resource from portal. There will be default host.json even if I choose dotnet-isolated. ```host.json { "version": "2.0", "extensionBundle": { "id": "Microsoft.Azure.Functions.ExtensionBundle", "version": "[4.*, 5.0.0)" } }...
Hi @parthamk Thank you for you great work! Unfortunately I'm not a maintainer of this project now. please contact https://github.com/mobilusoss to proceed this PR. I think @mobilusuzun may help you.