Questions tagged [azure]

Microsoft Azure is a Platform as a Service (PaaS) and Infrastructure as a Service (IaaS) cloud computing platform by Microsoft. Users of the platform can deploy their applications onto cloud hosting benefiting from on-demand service, elastic scale, and a highly managed environment on a pay-as-you-go basis.

Filter by
Sorted by
Tagged with
0 votes
0 answers
88 views

is Cloud loadbalancer necessary?

I currently have a Kubernetes cluster in the cloud AKS, and I'm using nginx-ingress to load balance, define routing rules and manage how traffic gets to my services. I see that many people are using ...
youngtoken's user avatar
1 vote
0 answers
17 views

Excluding Specific Site Libraries When Indexing SharePoint Subsites with Azure Cognitive Search AI

I am encountering an issue with Azure Search AI (formerly known as Azure Cognitive Search). My objective is to index my SharePoint using Azure Cognitive Service so that I can integrate it with Azure ...
Hassaan ch's user avatar
0 votes
1 answer
76 views

Azure Container App fails to start due to volumeMount config

I'm stuck with an issue I have trying to setup persistent file-storage for a Container App in the Azure cloud. I'm followed this tutorial: https://learn.microsoft.com/en-us/azure/container-apps/...
Dahie's user avatar
  • 101
0 votes
0 answers
25 views

Use custom table in log analytics query

Is it possible to create & reference a custom table in a Kusto query over a Log Analytics Workspace? Specifically, I'd like to create tables to help provide metadata for my alerts. i.e. Rather ...
JohnLBevan's user avatar
  • 1,278
0 votes
1 answer
14 views

Prevent Azure Log Analytics from incorrectly assuming time range is set in query

I have a log analytics query that looks for events that span certain time. Along the lines of SomeTable | summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated) by EventId | where ...
Jan Hudec's user avatar
  • 275
0 votes
1 answer
30 views

How to add ip address to a whitelist wfa rule in azure using azure cli?

I tried adding like below but getting error with syntax as below. az network application-gateway waf-policy custom-rule update --resource-group rp-licaltcs-aks-prod --policy-name waf-licaltcs-prod-...
uday kiran reddy's user avatar
0 votes
1 answer
118 views

How to push files from Azure blob storage to GitHub?

I am in need to push the files from azure blob container folder to GitHub. I have a .sh script which works fine on my laptop. Now how can I run the same script in the azure cloud ?. The script itself ...
P S's user avatar
  • 1
0 votes
0 answers
36 views

How to backup an Azure PostgreSQL Single Server instance which is available on a private endpoint with Azure Backup Vault

I'd like to back up an Azure PostgreSQL Single Server instance using the Azure Backup Vault, which is only available through a Private Endpoint. I've created the Backup Vault and the Backup Instance ...
Nagy Vilmos's user avatar
0 votes
2 answers
54 views

Using Azure Firewall's DNS Proxy with an internal DNS Server

Question If using Azure Firewall's DNS Proxy with internal DNS severs behind this same firewall, what happens to requests for external DNS records (i.e. does this cause an infinite loop where the DNS ...
JohnLBevan's user avatar
  • 1,278
0 votes
1 answer
39 views

Where does Packer look for scripts?

I have a packer template that I'm trying to run. It generally does what I want it to do in that it creates an Azure VM, generalizes it and uploads it to a compute gallery. I'm now trying to expand it ...
theillien's user avatar
  • 447
0 votes
0 answers
103 views

Containers in AKS cannot access Azure resources (Failed to resolve URL)

I have an API server (Python Flask) hosted on AKS. When the service starts, it: Access Azure key-vault to get storage account connection string use the connection string to perform CRUD jobs on Azure ...
han shih's user avatar
  • 101
0 votes
0 answers
9 views

AzPowerShell VMs migrated through Arc don't have an OSProfile property

We have a mix of VMs that were created inside Azure, and VMs that were migrated from on-prem to Azure using Arc. In AzPowershell, the information I need (computername) is in the OsProfile property. ...
Michael Cornn's user avatar
0 votes
1 answer
48 views

Force Azure Outbound Traffic via a Single Public IP

Question Is there a way, when using an Azure VWan with outbound traffic directed via the VWan's firewall, to ensure all outbound traffic breaks out via the same, single public IP address. Note: I'm ...
JohnLBevan's user avatar
  • 1,278
0 votes
0 answers
7 views

Clarification Needed on Lifecycle Management of AKS LoadBalancer IP Addresses Labeled 'Static'

I'm currently managing an AKS cluster and have come across a point of confusion regarding the public IP addresses allocated for LoadBalancer services. These IPs are labeled as 'Static' in my Azure ...
Christian Matthew's user avatar
1 vote
0 answers
155 views

IIS High cpu usage on azure vm with low inbound flow

My IIS server running on Azure VM is having occasionally high cpu usage. It happens only on Thursdays, Fridays or Saturdays between 11 AM - 2 PM. CPU usage is 100% and cannot do anything on VM. I can ...
user2279379's user avatar
0 votes
0 answers
41 views

Cannot login to my personal Azure account because it is linked to an organization

I'm trying to access my free personal Azure account to manage it, but when I attempt to log in, it's asking for a 2FA code sent to the Microsoft Authenticator app with a message similar to the ...
Kilian's user avatar
  • 1
0 votes
1 answer
45 views

Azure AD Connect says my User is synced, but it isn't

I use Azure AD Connect to sync Users, Computers and Groups from my local Active Directory to Azure. Before I set up Azure AD Connect, every User already existed in local AD and in Azure AD, so I had ...
SimonS's user avatar
  • 785
0 votes
0 answers
10 views

SPN not working in azdevOps when creating b2c tenant in azure

When creating a new b2c tenant using automation from azuredevOps , SPN doesn;t work.. Only option is to use endpoint authenticated user. 'Failed'.","details":[{"code":"...
GravitySucks's user avatar
0 votes
0 answers
118 views

How can I restrict login to Azure LINUX VM using AAD integration

I have an Azure Linux Virtual Machine with "Login with Azure AD" option enabled. But I am still able to log into with admin account using password. Or I can just create another user by using ...
Kagamashi's user avatar
2 votes
1 answer
75 views

What does the Reset Hub button on an Azure Virtual Hub do?

Azure's Virtual Hub has a couple of buttons at the top: Reset Router and Reset Hub. I've found some documentation on Reset Router here but so far cannot find anything on Reset Hub. I'm trying to ...
JohnLBevan's user avatar
  • 1,278
-1 votes
1 answer
42 views

How to copy files from Azure blob container directly to Azure disk

I have some files in Azure blob containers that I'd like to copy directly to an Azure disk when the disk is created. I did not think it was possible to copy files to a disk that is not attached to a ...
quincy783's user avatar
0 votes
1 answer
29 views

Monitor of Azure Express Route

I would like to monitor our Express Route. There is a good description on how to do this on Microsoft learn: https://learn.microsoft.com/en-us/azure/expressroute/how-to-configure-connection-monitor ...
JohanSellberg's user avatar
0 votes
0 answers
169 views

Auto-Instrumentation of application using OpenTelemetry

I have an AKS cluster where I am running a test Python-Django based web application. I also have Grafana and Prometheus configured. I need to use OpenTelemetry to get the metrics data from the test ...
arjunbnair's user avatar
1 vote
2 answers
216 views

Azure AD/Entra-ID, syncing single domain on-prem environment, to single Azure tenant with multiple exchange mailbox domains

We currently have our Azure tenant, with the verified domain "superiorproducts.com". We also have our on-prem traditional AD domain, which is "supprod.local", with 4 domain ...
boog's user avatar
  • 240
0 votes
0 answers
33 views

How to set azure app gateway ingress in one namespace and target service istio-ingress is in another namespace in kubernetes?

azure app gateway ingress in one namespace and target service istio-ingress is in another namespace, how to set that. apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: server-ingress ...
uday kiran reddy's user avatar
0 votes
0 answers
38 views

Does Azure Stack HCI allow creation and management of Private VLAN (PVLAN)?

My customer is looking at deploying Azure Stack HCI. The network infrastructure I am responsible for designing will be based around Aruba CX10000 switches which have embedded Pensando module that will ...
martyvis's user avatar
  • 239
0 votes
0 answers
145 views

OpenTelemetry Collector Data not being fetched by Prometheus in Grafana

I have a requirement where I have some container workload in Azure AKS cluster and I need to use OpenTelemetry to gather data like metrics, logs and traces. I also have Grafana as the visualisation ...
arjunbnair's user avatar
0 votes
0 answers
36 views

Locked out of AD B2C Settings due to the missing 2FA

As an admin, I have always had access to Azure AD B2C Settings by opening B2C tenant to create user flows, add new users, etc. I had to replace my cell phone and the I cannot access to the AD B2C ...
Arash's user avatar
  • 103
0 votes
0 answers
27 views

How to fix access denied error for aks kubernetes commands?

with service principal logged in with azure cli. Below command got this error. az aks command invoke --resource-group rg-licanltcs-aks-prod --name aks-licanltcs-prod-eastus --command "kubectl ...
uday kiran reddy's user avatar
0 votes
0 answers
26 views

Cloud solution architecture for sparsely used real-time AI [duplicate]

I have to deploy a real-time AI which is sparsely used, sometimes it's being used once in a week, sometimes 500 times in a day. The solution is working in a container locally for now and basically ...
Maxime D.'s user avatar
  • 101
0 votes
1 answer
108 views

Azure Ubuntu VM direct S2S VPN - without VPN Gateway. Is it possible?

I would like to connect on prem Fortigate FW with one azure Ubuntu VM - direct. Is it possible without Azure VPN Gateway? Config works with other vendor but no in Azure. Is that kind of config blocked ...
Zenon Brzęczyszczykiewicz's user avatar
1 vote
0 answers
83 views

Webapp in Azure huge time network response and latency compared to AWS

I own a pretty simple WebApp, based on php/mysql/redis/nginx. I was trying to move the server to Azure, to see if I could save some money, and today I created a WebApp on Azure using the wizard UI of ...
albanx's user avatar
  • 111
0 votes
1 answer
143 views

Azure quotas/limits based on running virtual machines

Are there any quotas or limits in Azure that depend on the number of running virtual machines? In other words, does changing the status of a VM from 'stopped' to 'running' affect the utilization of ...
trivelt's user avatar
  • 113
-1 votes
1 answer
264 views

Error trying to join Azure storage account to domain

I'm running into an error running Powershell (v5.1) cmdlet Join-AzStorageAccount to join an Azure storage account to my domain. I just did this successfully with a storage account, but when I try to ...
phillipank's user avatar
0 votes
0 answers
64 views

OpenTelemetry K8s Operator Collector - Exporter Configuration for Prometheus

I have some container workloads in Azure AKS cluster. I need to use OpenTelemetry to get the metrics, logs and trace data from the container workload and get it collected by the OTEL collector. I have ...
arjunbnair's user avatar
1 vote
0 answers
34 views

Accessing CosmosDB from a VPN

I have a CosmosDB instance that allows connections originating from a virtual network (let's call it "online-vnet"), in an address space 10.0.0.0/16. In the tenant there is a VPN defined (&...
Albie Janse van Rensburg's user avatar
0 votes
0 answers
24 views

How does Azure private endpoint communicate with Paas Services and does Azure Firewall interact in this?

All communication between a consumer and a service with a PaaS (e.g. CosmosDB) private endpoint is done using the virtual net that the consumer and the private endpoint is connected to, that's general ...
Rune G's user avatar
  • 111
0 votes
1 answer
53 views

Syslog-ng to Azure Event Hub

I'm looking to send specific logs from my syslog-ng cluster to Azure event hub so it can utilize ADX instead of Log Analytics workspace. Per the documentation found on syslog-ng's website (here), the ...
Eric's user avatar
  • 1,393
0 votes
0 answers
42 views

Basic Authentication for an Azure Web App based on Linux

I have an Azure Web App based on Linux. I want to enable basic authentication, meaning that it simply asks for a username and password in the header to access the web app. I've only found a solution (...
Ppp's user avatar
  • 9
0 votes
0 answers
213 views

How to add delegation to existing subnet in azure bicep?

I am trying to create azure app function which should be accessible to postgres in private vnet. But, it seems the network is showing error as already delegated so can't add that. So I tried adding ...
sardar's user avatar
  • 1
0 votes
1 answer
198 views

Azure SQL Elastic Pool max size lower than max size of database included in pool

I am trying to save some money by utilizing Azure SQL Elastic Pools. I have a bunch of databases which only peak in usage once a while, so having them in a pool would be optimal. The problem now is ...
Stephan's user avatar
0 votes
1 answer
77 views

How to retrieve the properties of an Azure resource how they were when the resource was first created?

When you create an Azure resource, you must specify the properties the newly created resource must have. Once created, many of those properties can be changed; the tags of a resource for example. I'd ...
Jurjen's user avatar
  • 373
0 votes
0 answers
49 views

DNS timeouts between Hetzner Cloud VMs and Azure private DNS

I have asked the same question already on networkengineering.stackexchange.com, but it might be that it was not the right place to ask. so i was referred here. We have the following setup There are ...
Pirmin Schneider's user avatar
0 votes
1 answer
50 views

How can I view at once the cost incurred by all my Azure OpenAI resources for the current month or the last 30 days?

I created several Azure OpenAI resources in my Azure account via https://portal.azure.com. How can I view at once the cost incurred by all my Azure OpenAI resources for the current month or the last ...
Franck Dernoncourt's user avatar
0 votes
1 answer
27 views

What happens to Pod-Workload if a Node gets destroyed

when running pod-workload on an AKS-cluster with autoscaling enabled, what happens, if the pool gets scaled down? If a Pod is running workload on a node, and this node is being removed because of ...
greterpiffin's user avatar
2 votes
1 answer
49 views

Azure NFS migration from on prem NFS

Context: We are working on a data migration project involving the synchronization of data between an on-premises NFS filesystem and an Azure NFS-based file share. The goal is to ensure a seamless ...
green's user avatar
  • 21
0 votes
0 answers
26 views

Azure Policy to Audit if NSGs contain a rule where Source and Destination match and are both IP addresses

I'm trying to create an azure policy that audits my NSGs. I need to verify if my NSGs contain a rule where the source and destination match and are both IP addresses (so not "Virtual Machine"...
user182595's user avatar
0 votes
1 answer
35 views

How to use azure functions to do import and export of database oprations on a azure postgres?

How to use azure functions to do import and export of database oprations on a azure postgres? I have azure postgres flexible server VM and having private vnet for it instead of public endpoint. Same ...
sardar's user avatar
  • 1
0 votes
0 answers
131 views

Unable to access keyvault when assigned to group, how to fix that?

I have created a keyvault and added few keys and while creation, provided access to a service principal using azure bicep template. var permissionContributorId = 'f25e0fa2-a7c8-4377-a976-54943a77a395' ...
sardar's user avatar
  • 1
0 votes
0 answers
30 views

Allowing users to Utilize Remote Desktop Connection on their PC

Hi everybody i need help with this issue. So currently all users cannot connect in via RDP unless they are an administrator on their PC.I want to enable RDP access to all users , but Windows cannot ...
Jacob's user avatar
  • 1

1
2 3 4 5
82