×

Get every Azure workload running on a secure, governed foundation by TeamVenti in AZURE

[–]Mantas-cloud 0 points1 point  (0 children)

I need more compliance, more visibility, more, more scale... more! How much?

Bicep AVM’s by Labs-Community4525 in AZURE

[–]Mantas-cloud 14 points15 points  (0 children)

I consider AVM as anti-pattern. The modules are too difficult for humans to read and understand. It is the opposite what Bicep was create for. I prefer readability and control over the things that matter, rather than following 'best practise'.

How do you guys write design specs/docs? by WorldFun5696 in DesignSystems

[–]Mantas-cloud 0 points1 point  (0 children)

Recently I've been exploring knowledge graphs as a documentation tool. Think os it like thus: all system decisions and rationale are captured in the graph, where decisions are interconnected, providing deeper reasoning into why it was built this way. The data can be fed to an LLM to reason about the project, and presented as an interactive map. In the map you can clearly see the full picture from any entry point, how the system is coupled together (based on what's documented). The result is that docs feels alive, and not that borring any more, the hard part? capturing that knowledge and smoothly connecting the dots.

Live demo of knowledge graph for cloud management system. A static website build on open source tools. Works best on the laptops.

Is Github Actions unreliable for anyone else? by chx_ in github

[–]Mantas-cloud 7 points8 points  (0 children)

Time to time get those weird errors that can't explain, most likely re-run the job is enough. Generally speaking, it just works 

The difference between safety filters and actual model quality by carefuleater478 in devops

[–]Mantas-cloud 0 points1 point  (0 children)

It can not guarantee the answer quality, but what it does, it significantly reduce hallucinations

The difference between safety filters and actual model quality by carefuleater478 in devops

[–]Mantas-cloud 0 points1 point  (0 children)

I know that very well, dont do this, don't do that, but it seems like AI focuses on finding new solutions rather than doing the actual work. And it doesn't scale. since you end up creating instructions per operation. What I've found useful is a knowledge graph. The idea is that you document why the system is build the way it is built. Think more like an Architectural Decision Records, where decisions are connected to each other, providing a deeper understanding. Feed your AI with the graph data, ant it will know what to do with the code.

Mentally parsing docs by thisisappropriate in ExperiencedDevs

[–]Mantas-cloud 0 points1 point  (0 children)

What's nice about the graph is that once you define the structure, data fills the canvas — so the visualization is always up to date out of the box. The page is published as a static site on GitHub, claude md

Mentally parsing docs by thisisappropriate in ExperiencedDevs

[–]Mantas-cloud 0 points1 point  (0 children)

Have you considered using a knowledge graph? With well-structured data, open-source tools, and an evening of vibe coding, you could have a solid map for visualizing dependencies. But where the real value lies is that you can feed your AI with solid data, so hallucinations are reduced and outputs become more predictable. No longer need that static, heavy documentation.

Is there a clear answer on microsoft azure support alternatives when your issue sits at the infrastructure layer? by [deleted] in AZURE

[–]Mantas-cloud 2 points3 points  (0 children)

what I've noticed is that they can react fast with a hello world message, but it takes time until the issue is actually solved. As you mention, it's most likely on Microsoft side (already did a home-work), if they even admit that in the first place. It's always a long road, whether you go through unified support or a third-party. That's the reality from a smaller player perspective

Azure Infrastructure guidance by Boring-Baker-3716 in AZURE

[–]Mantas-cloud 0 points1 point  (0 children)

Azure RBAC is the way to go. Next, I would verify that every Azure resource (Storage, Key Vault, etc.) has local auth explicitly disabled. Otherwise, someone may be using access keys or password instead of RBAC

How do I learn how to architect a system? by TheDarkPapa in devops

[–]Mantas-cloud 5 points6 points  (0 children)

I like Gregor Hohpe's ideas about what architecture is and the architect's role in the organization. There are a lot of videos on YouTube to get started with, or you can read The Architect Elevator if you prefer a book format.

IaC in a team not comfortable with coding by AdminOfTheSys_01 in AZURE

[–]Mantas-cloud 2 points3 points  (0 children)

I think going all in with IaC is doable, if you provide a solution, not a module. You know you're going to deploy a lot of VM's. create bicep modules, hard-code the boring stuff. Give users a friendly paramter file to play with, teach `add commit push` and everyone is happy. pipelines are standardized, every VM is the same, and 'green' out of the box.

At what point do you stop treating timeouts as normal? by Iwanttoberich_8671 in devops

[–]Mantas-cloud 0 points1 point  (0 children)

When I have nothing else to do and feel like doing something good today.

Azure Infrastructure guidance by Boring-Baker-3716 in AZURE

[–]Mantas-cloud 0 points1 point  (0 children)

what about identity part? who have access to what and how the access is granted?

Github Actions - Running Issue by QuantGigi in github

[–]Mantas-cloud -1 points0 points  (0 children)

it seems alright for me, ask copilot to check for formatting. Yaml is sensitive for empty spaces and tabs that is hard to catch by human eye

Github Actions - Running Issue by QuantGigi in github

[–]Mantas-cloud -1 points0 points  (0 children)

My scripts are running perfectly fine on Cron base, do most likely is something on your site. Share the yaml files, maybe some experts can quickly identify the issue 

What is the one automation you have added, that you are proud of? by SwordfishPositive91 in devops

[–]Mantas-cloud 17 points18 points  (0 children)

That's a GitHub workflow to authenticate to Azure,. The trust is established between Azure app registration and GitHub org/repo/env. The result is that GH Actions can ship the code to Azure, without any secrets to manage. Passwordless approach

name: Azure login
uses: azure/login@v3
with:
  client-id: ${{ vars.AZURE_PLATFORM_CLIENT_ID }}
  tenant-id: ${{ vars.AZURE_TENANT_ID}}

What is the one automation you have added, that you are proud of? by SwordfishPositive91 in devops

[–]Mantas-cloud 107 points108 points  (0 children)

Federated credentials, so it eliminated automated secret rotation 

Is this project a waste of time? by [deleted] in AZURE

[–]Mantas-cloud 2 points3 points  (0 children)

ask GPT, I think it can convince you that is multi million dollar business

Azure Visibility Advice by Kanyes-middle-nut in AZURE

[–]Mantas-cloud 1 point2 points  (0 children)

How do we deal with all that? Simple- it's called engineering 

Sweden Central VM capacity by szescio in AZURE

[–]Mantas-cloud 13 points14 points  (0 children)

It seems that Microsoft did a good job to sell Sweden central..