Steve aka ezYakaEagle442

Results 64 comments of Steve aka ezYakaEagle442

@rahulm23 @jboutaud could you please update this issue ?

see What's New OpenShift 4.9 [video](https://www.youtube.com/watch?v=Q1j_mt_XLqE) + [deck](https://speakerdeck.com/redhatlivestreaming/whats-new-in-red-hat-openshift-4-dot-9) Oct-2021 Azure stack Hub is supported on OCP 4.9, the HCI support is missing in the roadmap @rahulm23

@rahulm23 @jboutaud could you please share an update on this issue, what is the ETA to get ARO 4.x support Azure Stack HCI , is it aligned with ARO 4.10...

see also [https://github.com/MicrosoftDocs/azure-dev-docs/issues/518](https://github.com/MicrosoftDocs/azure-dev-docs/issues/518)

@rahulm23 could you please tag this in the roadmap ?

Azure Arc is a pre-req to integrate Azure Monitor to ARO but it is not fully supported : [How to update Container insights to enable metrics](https://docs.microsoft.com/en-us/azure/azure-monitor/containers/container-insights-update-metrics) note states : **_This...

@rahulm23 could you add an update on this please ?

FYI [AWS ROSA uses STS](https://docs.openshift.com/rosa/rosa_getting_started_sts/rosa-sts-getting-started-workflow.html) tokens

@brwilkinson I have a similar requirement: I try to configure an Azure Container App [setting a pram to set the Resources CPU&RAM](https://learn.microsoft.com/en-us/azure/container-apps/containers#configuration). I hit The value must be a compile-time...

work around with : ```code @allowed([ '0.25' '0.5' '0.75' '1.0' '1.25' '1.5' '1.75' '2.0' ]) @description('The container Resources CPU') param containerResourcesCpu string = '0.5' @allowed([ '0.5' '1.0' '1.5' '2.0' '2.5'...