Questions tagged [azure]
The azure tag has no summary.
28 questions
0
votes
0
answers
34
views
How can we delete the files of big size around 5gb per file in azure pvc csi type?
I am running below code through my java utility method which will delete the data in my mounted voulme which is there in azure pvc azurefile-secured-premium-lrs. We have auto scaling which is trying ...
0
votes
0
answers
36
views
Disabling local accounts on azure linux virtual machines
We’re enforcing Azure Entra authentication across all Linux VMs, so we’ll disable all local accounts via a custom script. The script will also create a single “break-glass” user with a randomly ...
0
votes
1
answer
207
views
What are the correct iptables rules for an ipsec site to site?
I am trying to configure an IPSEC site to site using strongswan on Debian 12.
The VPN is UP, as shown below
Status of IKE charon daemon (strongSwan 5.9.8, Linux 6.1.0-30-cloud-amd64, x86_64):
...
0
votes
1
answer
128
views
Serial Console is not accessible from VMs created from a custom AlmaLinux 9.3 image
I'm currently following the "RHEL 8+ using Hyper-V Manager" section in Microsoft Azure's documentation link to create RedHat Azure images. I've successfully created a modified AlmaLinux 9.2 ...
0
votes
2
answers
337
views
Azure VM (Debian 11.9) root directory 100% full...but its not!
Please help, I am at the end of my tether with this stupid VM!
Its an Azure VM running Debian 11.9 with a primary disk of 128GB and a secondary disk of 100GB.
It is reporting that / is currently 100% ...
0
votes
1
answer
361
views
Unsupported Locale setting error when running Azure pipelines
I am getting this below error snippet when I try to run pipeline build from Azure.
2024-06-18T06:02:45.1075555Z Your configuration files at build have not been touched.
2024-06-18T06:02:45.3914362Z ...
0
votes
1
answer
98
views
Forcing Server Reboots if not rebooted within X days of patching (Azure Hosted)
I host numerous RHEL 8 servers in the Azure environment. I am using a Red Hat Satellite VM to patch servers and then I rely on the owners to reboot once patching is complete. I want to implement a ...
1
vote
1
answer
84
views
Is there a way to allow responding to an IPv6 packet sent from a link local address to a regular IPv6 address?
We're currently configuring an Azure load balancer to work with a Linux-based backend supporting both IPv4 and IPv6. As part of the setup, the load balancer performs health checks at regular intervals ...
0
votes
0
answers
159
views
How to get a Linux VM to pass MSAL SSO authentication?
I have a React app that uses the Microsoft Authentication Library (MSAL) to identify users. It works just fine on my Windows machine; however, for a variety of reasons, I'm trying to get a Linux VM ...
1
vote
0
answers
63
views
SSH authentication
I am trying to make ssh on VM have an authentication before the user is connected to the session. Right now I have an Azure MFA app, that when the user authenticates, it shows a password. I want this ...
-1
votes
0
answers
81
views
/bin/bash accidentally moved to another location
I have an Azure VM and while I was moving some files from my present working directory with the command mv, I accidentally missed the . in front of my source and instead wrote
mv /* /destination/path
...
1
vote
1
answer
567
views
Azure CLI bash loop not working
I'm trying to learn bash and become less PowerShell dependent but running into issues with what seems like an easy loop.
Below is my attempt to get the loop to return each VM result with it's ...
0
votes
1
answer
345
views
Bind: Delegating a Subdomain With Its Own SOA
OS: Oracle Linux 8.9
Bind version: 9.11.36 (installed from rpm)
I am having trouble creating a subdomain (powerwebappuat.lereta.com) delegated to azure servers. Normally this is not difficult. I would ...
0
votes
1
answer
147
views
How to identify the cause of a process reading from disk at rates above 400 Mb/s
I am managing some virtual machines in Azure and a few times a week, at apparently random times, some of them start I/O reading at speeds above 400 Mb/s. This occurrs for one machine at a time, not ...
1
vote
1
answer
79
views
Suse VM Full disk encryption, storing keys in Azure
We currently have a solution to have our data partition encrypted with the keys stored on the system partition to allow for booting without user interaction, but not our system partition as we have no ...