In a project where develop a provisioning engine for Azure DevOps at DB Systel we currently have to deal with the not so in intuitive security and permission handling on the API level. The naive approach First, we thought to just check the documentation for the default permissions and then define which permissions we want to have [...]
Sebastian Schütze
Since multi-staging-pipelines with YAML have been introduced a big step has been done. They are declarative and configurable pipelines that can be versioned in a repository. One problem still comes: Change YAML -> commit -> run -> fail -> Change YAML -> commit -> run -> fail… Some people getting nerve wrecked [...]
Sebastian Schütze
I am currently trying out a lot with Azure Functions. With CI / CD pipelines and how to automatically deploy them. But also trying out C# and PowerShell to be used with Azure Functions. When I came to use PowerShell with Azure Functions, I got to a problem. I am using an Azure Function with a queue trigger to read from that trigger. This [...]
Sebastian Schütze
Talk with Waldek Mastykarz (MVP, Rencore) In our company I have a colleague who has several problems with ALM and SPFx he could not figure out. I lay down these problems since it would be interesting for everybody. What I write down here are the results of the discussions. Multiple CDN for one SPFx Extension Package Getting right to the [...]
Sebastian Schütze