Brian Sherwin

Results 16 comments of Brian Sherwin

Is there a reason you chose not to just install the jdk with `RUN apt-get install default-jdk`

@devlace Can this issue be closed? The project was moved to "archived".

@devlace - Can this PR just be closed now since the `parking_sensors_synapse` was archived and is no longer in play?

> Walk through with @bsherwin and it all looks good to me. ![image](https://github.com/user-attachments/assets/0c13a30d-f137-4b02-b0c5-bc78884f608f) Attaching image of successful deploy Matt Luker doesn't have write access to approve, but we walkthrough a...

@ydaponte - Since we are using a shared cluster now, this should not be an issue anymore. If you concur, let's test and close this issue.

Agreed. The problem is that the DBW resource groups are supposed to be managed, but there are two resources that are not being cleaned up...usually, a storage account and the...

We should investigate if this is a Azure Databricks bug as this happens in the portal when removing RG with databricks environment. The UI reports success, but it is not...

Additionally, all `.sh` scripts should also reflect `LF` line endings when attempting to run in bash. Windows (including WSL) is not always set correctly and `CRLF` causes failures when trying...

Here's what I used to clean up the "soft deleted" accounts: Get-AzureADDeletedApplication -all 1 | ForEach-Object { Remove-AzureADdeletedApplication -ObjectId $_.ObjectId }