MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.29k stars 21.47k forks source link

Add explanation for "Flow_Type": "Bluefield" #95554

Closed bgawale closed 2 years ago

bgawale commented 2 years ago

Would be good to highlight what does below configuration signify or point to the direction where additional reference for this can be found. "Flow_Type": "Bluefield"


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

VikasPullagura-MSFT commented 2 years ago

@bgawale Thanks for the feedback! I have assigned the issue to content author to check and update the document as appropriate.

VikasPullagura-MSFT commented 2 years ago

@AaronMaxwell Can you please check and add your comments on this doc update request as applicable.

AaronMaxwell commented 2 years ago

@trask Would you please confirm this is still accurate?

https://stackoverflow.com/questions/52448944/what-is-the-flow-type-attribute-in-microsofts-azure-arm-template-for-applicat

"Flow_Type and Request_Source Do not have any effect in the current version, and they might be deprecated in future versions of App Insights API"

If so, I'll add a note to the article.

trask commented 2 years ago

hey @AaronMaxwell, this is not a component I'm familiar with

AaronMaxwell commented 2 years ago

Component properties are fully documented on another page and we'll add a link to it.

https://docs.microsoft.com/azure/templates/microsoft.insights/components

Even though these component properties are not used, they may not be optional. Further investigation into this topic is ongoing.

bgawale commented 2 years ago

Thanks, good to have this link updated in the source documentation for the reference?

AaronMaxwell commented 2 years ago

https://github.com/MicrosoftDocs/azure-docs-pr/pull/204831

please-close

bgawale commented 2 years ago

link results in page not found?

MarkLeMerise commented 10 months ago

I have been working on building up a Bicep script which includes this resource and am still very confused about how to set this value. The docs seems to imply we should just use "Bluefield", but when I create App Insights resources by hand in the Azure portal and then look at the "JSON View", I see this value set as "Redfield". Another comment in this thread implies the existence of even more values (e.g. "Greenfield"), but still this doesn't seem to answer the question of what effect this value has on the resource. I discovered that I can deploy with null as a value and that seems to work fine as well (at least no errors are present).

There is even more confusion because of the SO answer claiming this field (and Request_Source) have no effect and could be deprecated. However, I don't see any official doc or source confirming that claim.

All this being said, it would be nice to have some more documentation/context to dispel the "magic value" nature of this field.