Azure AppService Site config
See original GitHub issueCommunity 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:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry ~~ , please reopen this issue @skorfmann . thanks ~~~ > < when I upgrade to 0.0.13 , the bug still exist.
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.