Adin Ermie

Results 55 comments of Adin Ermie

Thanks @flanakin. When I check the `Role Assignment` for the system assigned managed identity that's configured on the Data Factory, it shows the following: ![Image](https://github.com/user-attachments/assets/ecb40c76-c6c9-4d27-a60a-9477c99dabb7) So, the portal doesn't show...

Is there any update/progress on this? Happy to help test the deployment.

@didayal-msft , could the Terraform module also be expanded to include and option/toggle to deploy the 2 Workbooks (ie. [Cost Optimization](https://microsoft.github.io/finops-toolkit/workbooks/optimization) and [Governance](https://microsoft.github.io/finops-toolkit/workbooks/governance)), so that it is a complete/self-contained solution?

@didayal-msft, is there any update on the release of the Terraform module? Happy to help test the deployment and provide feedback.

I think this is a good start, but it should be updated to reflect the changes in v0.7, which includes a VNet, various Subnets/NSGs, Private Endpoints, DNS Zones, etc. It...

Any idea/guidance on how to enabled this through the root CAF module? In the CAF connectivity [locals.tf](https://github.com/Azure/terraform-azurerm-caf-enterprise-scale/blob/main/modules/connectivity/locals.tf#L1007) file, there is a reference to `azurerm_firewall_policy` but it is unclear how to...

For anyone else that comes across this issue, here's the code that worked for me. ```terraform # Configure custom connectivity resources settings locals { configure_connectivity_resources = { settings = {...

Thanks @konstruktoid, I didn't see a way to reference the score result output though (I may have missed it). Any suggestions/guidance?

Thanks, @konstruktoid, but according to [this issue](https://github.com/docker/docker-bench-security/issues/483), the logging feature is broken. So, I can't actually obtain the log file(s) to parse it (and react to the score).

Thanks, @konstruktoid , but maybe I'm not following. How would building my own image (following the instructions listed [here](https://github.com/docker/docker-bench-security#building-docker-image)), make any difference? Wouldn't the logging output functionality still be broken?