Azure / Azure/bicep-types-az

[Microsoft.App/managedEnvironments]: <description>

Open
#1,650 1 comment 0 reactions 0 assignees View on GitHub
App Services inaccuracy Service Attention
Dominant language
TypeScript
Stars
108
Forks
44
Avg merge
18h 53m
Merged PRs (30d)
29

Description

### Resource Type

Microsoft.App/managedEnvironments

### Api Version

2022-11-01

### Issue Type

Inaccurate/confusing description(s)

### Other Notes

The Azure documentation says that for "appLogsConfiguration" property, only "log-analytics" is
supported.

https://learn.microsoft.com/en-us/azure/templates/microsoft.app/managedenvironments?pivots=deployment-language-bicep#:~:text=only%20%22log%2Danalytics%22%20is%0Asupported

The Bicep is accepting other values, already tested with azure devops pipeline.

The implementation is as shown in the code section

### Bicep Repro

properties: {
appLogsConfiguration: {
destination: 'azure-monitor'
}

### Confirm

- [X] I have read the troubleshooting guide and looked for duplicates.

Contributor guide

No contributing guide indexed for this repository

Research direction

Review the Microsoft.App/managedEnvironments template documentation, especially the appLogsConfiguration.destination property, and compare it with the Bicep repro using 'azure-monitor'. Confirm which destination values are accepted, then update the inaccurate description and verify the rendered documentation reflects the implementation.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cloud, documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.