Ben Wilkinson

Results 107 comments of Ben Wilkinson

```pwsh nerdctl inspect 5e0222bb80f4 [ { "Id": "sha256:570f5c4f678f5dfb03807894dcc696382a5ac9db713705bb436c903b8574601a", "RepoTags": [ "mcr.microsoft.com/powershell:lts-nanoserver-ltsc2022" ], "RepoDigests": [ "mcr.microsoft.com/powershell@sha256:5e0222bb80f4cc5b63fc0eb51ca16001a141575d7b2253e32ed5ffb029c536d3" ], "Comment": "", "Created": "2023-07-13T18:32:08.5185745Z", "Author": "", "Config": { "User": "ContainerUser", "AttachStdin": false, "Env": [...

Can we please update the title of this issue to map to the current findings?

Is someone able to provide info on what the limitation is here ? - "Only SPN credential auth scheme is supported for non windows agent." I have a few layers,...

> @alanauckland86 This issue is caused by the Azure DevOps PowerShell task. A similar issue has been logged: [microsoft/azure-pipelines-tasks#13372](https://github.com/microsoft/azure-pipelines-tasks/issues/13372) I see this comment. so it appears to be options 2...

@mgreenegit did you have a chance to talk with @anthony-c-martin?

@SteveL-MSFT that is ideal. Deploying bicep via both AZ PowerShell and AZ Cli both use this model. Remember that parameter files would need to be accounted for. Both of the...

I will add that I mainly commented based on the presentation layer and syntax to reference other resources. Relative to the Dependson capability. At least on Windows Systems, things should...

Adding a link to this discussion that covers a feature that is available in ARM templates, however is not available in Bicep. https://github.com/Azure/bicep/discussions/5805 https://github.com/Azure/bicep/discussions/5805#discussioncomment-2077671 Discussion covers the ability to create...

@yks0000 are you defining `Microsoft.Cdn/profiles/customDomains` in your deployment? https://github.com/brwilkinson/AzureDeploymentFramework/blob/main/ADF/bicep/FD.CDN-Profiles-AFDEP-EP.bicep#L53 In the above I am using ManagedCertificates, however If I replace the secret id, with a keyvault **secret** reference as part...

@yks0000 okay I completed testing with the whatif etc. ```bicep // What the resource has for the definition. resource TestABC 'Microsoft.Cdn/profiles/secrets@2021-06-01' = { name: 'acu1brwaoat5cdnshared01/TestABC' properties: { parameters: { type:...