home.social

#azurecli — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #azurecli, aggregated by home.social.

fetched live
  1. Was ist #bicep / wer ist #tenant / welches die subscription-id / Roles, Contributer, Write,… / wie funktioniert #azureCLI / …

    Gibt wieder Neues zu #lernen 😅
    Diese #Microsoft #Azure Sache nervt mich im Grunde aber wenn das Unternehmen darauf setzt, was willste machen? 🤷‍♂️
    Auf meinem eigenen Server ist alles so viel simpler und klarer - aber man muss sich halt selbst im Backup, Updates etc kümmern, schon klar. 😜

  2. #AzureCLI doesn't know how to add tags to nat gateway, which means when you have a policy in place expecting tags... as you can guess: Azure CLI can't create nat gateway because it doesn't know the --tags parameter :blobfacepalm:

    Hey @azureshit 👋

  3. Helping a colleague troubleshoot an #azure oddity - trying to get the details of a Key Vault using the #azurecli with `az keyvault show --name X` but it errors out saying that an *unrelated* resource group could not be found. (Apparently the resource group did exist at one point, but has been deleted)

    `az keyvault list` is empty, as is `list-deleted`, but the vault definitely exists.

  4. Last week we released #AzCopy 10.22.0. This release brings richer support for Entra ID authentication and a great new capability where we can reuse existing authentication tokens from both the #AzureCLI and #AzurePowerShell. This means that clients that have already authenticated to the #Azure CLI or Po$h don't have to login to AzCopy again! 🥳

  5. Me: Do I have #Python installed?
    #Windows: Nope.
    Me: Can you explain the Python.exe inside the install folder of #AzureCLI
    Every software inventory service there is: 🦗🦗🦗

  6. What if we could script the creation and configuration of a GitHub Repository so that it is ready to provision or deploy Azure resources from a GitHub Actions pipeline?

    That's the topic of my new article that uses GitHub CLI and Azure CLI to script the GitHub repository 👉 drp.li/42tSe

    🔒 Authentication to Azure is done using workload federation identity / Open ID Connect.

    #github #azure #GitHubCLI #azurecli #powershell #oidc

  7. I have been playing with the GitHub CLI and I love it. A bit disappointed though that you can't change the output of all commands to json to take profit of the jq flag. They should have taken inspiration from Azure CLI that does it right #GitHubCLI #github #azurecli

  8. Using on @fedora?

    azure-cli 2.51.0 is on its way to rawhide (the next version of Fedora). I'll get it backported to stable releases in about a week.

  9. So, #AWS #cloudformation vs #AWSCLI. Looks to be ending up the same as Azure #ARM vs #AzureCLI. If you already have the template, and deploy it once, it is good. But developing CLI scripts is quicker (debug one step at a time, rather than all at once). And templates run into the same dead ends: e.g. decides it needs to recreate the entire subnet, so it attempts to, but runs into an IP address conflict with the existing one, and the whole thing stops. There are things/changes that declarative approaches just can't do, and you need to use migrations (CLI scripts).

  10. Azure CLI can be installed and configured to best suit a user's needs, such as setting a default subscription ID and a default location. Users also have the option of customizing Azure CLI with styling options and customizing the output format. techcommunity.microsoft.com/t5 #AzureCLI #CloudComputing #Customization

  11. Note to myself: When testing #Python code for #Azure locally, I shall mainly be using the #AzureCliCredential Class for authentication since this will simply use the credentials from #AzureCLI - the context of which can be quickly verified through `az account show`. The #DefaultAzureCredential Class has all options for production but it checks multiple identity options in turn if they are not excluded - which could lead to, hm - well, confusion I guess. learn.microsoft.com/en-us/pyth

  12. I wrote a post a few months ago on adding #devcontainer features which did not age very well 😅 Revisited the topic here to show how you can easily add #azure cli extensions and #azurebicep to your #devcontainers using the new #azurecli feature dev.to/azure/re-visiting-dev-c