question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Azure AppService Site config

See original GitHub issue

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave “+1” or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

0.0.12

Affected Resource(s)

AppService

Debug Output

cdktf deploy --auto-approve ⠋ synthesizing … azure-app-service-docker ⠴ planning azure-app-service-docker…

Error: Extraneous JSON object property

on cdk.tf.json line 95, in resource.azurerm_app_service.azureappservicedocker_dockercdktf_C07574BD.site_config[0]: 95: “use32_bit_worker_process”: true

No argument or block type is named “use32_bit_worker_process”. Did you mean “use_32_bit_worker_process”?

non-zero exit code 1

Expected Behavior

use_32_bit_worker_process in cdk.tf.json , but result is use32_bit_worker_process in cdk.tf.json .

Actual Behavior

use_32_bit_worker_process in cdk.tf.json .

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
neilkuancommented, Aug 1, 2020

Sorry ~~ , please reopen this issue @skorfmann . thanks ~~~ > < when I upgrade to 0.0.13 , the bug still exist. 截圖 2020-08-01 下午9 06 48

0reactions
github-actions[bot]commented, Dec 8, 2022

I’m going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you’ve found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configure apps - Azure App Service - Microsoft Learn
In the Azure portal, search for and select App Services, and then select your app. · In the app's left menu, select Configuration...
Read more >
Environment variables and app settings in Azure App Service
Describes the commonly used environment variables, and which ...
Read more >
Azure App Service Settings v1 task - Microsoft Learn
Use this task to configure App settings, connection strings and other general settings in bulk using JSON syntax on your web app or...
Read more >
App Configuration | Microsoft Azure
Store configuration for all your Azure apps in a universal, hosted location. Manage configurations effectively and reliably, in real time, without affecting ...
Read more >
Use App Configuration references (Preview) - Azure
Azure App Configuration is a service to centrally manage application configuration. Additionally, it's an effective audit tool for your ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found