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
5 views

How to create an account what has AccountKind is BlobStorage?

I am reading a question for preparing exam AZ-104 (Azure administration associate) The given answer is storage4. Is this question out of date? How to create storage4 or How to create an account what ...
Vy Do's user avatar
  • 151
0 votes
0 answers
14 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
32 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,244
-1 votes
1 answer
27 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
16 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
106 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
0 votes
0 answers
128 views

How can I create a VPN server with SoftEther and connect it with Azure site-to-site? [closed]

I have a Windows server and I want to create a VPN server with SoftEther to connect it with Azure. I have the Azure side (subnets, a Local Virtual Network, a Virtual Network Gateway and a Connection) ...
user33276346's user avatar
1 vote
2 answers
113 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
  • 230
0 votes
0 answers
19 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
30 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
110 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
24 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
14 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
95 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
57 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
135 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
167 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
39 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
19 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
17 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
32 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
28 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
58 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
125 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
45 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
-2 votes
0 answers
27 views

Whats the main different between Azure Entra and Azure Entra ID

I'm trying to get an understand between the two different products Azure Entra Azure Entra ID What they do and their use cases
13months's user avatar
0 votes
0 answers
24 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
41 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
21 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
36 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
17 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
21 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
66 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
26 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
0 votes
0 answers
9 views

Understand wrong data shown on the e-commerce. Cloudflare - FrontDoor and Multiple Azure AppService instance

I've recently migrated a VM that was hosting an Asp.NET MVC application + Wordpress blog on a separate AppService for MVC + another one for Wordpress. We have now this configuration: Cloudflare for ...
advapi's user avatar
  • 99
0 votes
2 answers
35 views

Private DNS Azure with multiple IPs on A record dont work thah I expected

I hope you can help. Thanks in advance. I have an Azure Private DNS on Azure that is connected to 4 Vnet in 2 regions. I read that I can put 2 IPs in a single A Record ( Ex. A Record Name sql.midomain....
Tres06's user avatar
  • 1
0 votes
0 answers
14 views

Azure resources with dual region network configuration

I'll ask this question as Azure specific, but could provide to any cloud provider ( AWS , Google Cloud , etc. ) Is it possible to design Azure networks in such a manner that a single resource is ...
BaltoStar's user avatar
  • 207
0 votes
0 answers
11 views

How to use single signon of nodejs app using kubernetes deployment?

I have tried setting up single signon on a sample node.js app with express and Microsoft authentication. This is the steps and source code link When I run locally, it is working. When I kept in ...
sardar's user avatar
  • 1
0 votes
2 answers
103 views

Shared mailbox won't open emails past 1 year in Azure Virtual Desktop

I have an AVD environment created with a Windows 11 multisession + O365 apps image. A set of users are added to a shared mailbox, Outlook won't show emails past 1 year. Usually in a regular computer ...
Cloudtitude's user avatar
1 vote
1 answer
420 views

Azure SAML claim configuration shows emailaddress in the default template, but also shows "This claim is restricted"

We are created a claim in the Azure interface for SAML and by default the email address is included in the template when we first create it. Everything was working fine, however a rookie was messing ...
Rocksalt's user avatar
0 votes
1 answer
43 views

Azure CLI `AZ LOGIN` ERROR: "Found multiple accounts with the same username"

I'm getting this error whenever I try to login to Azure via the CLI. Here are the details: PS C:\Users\MyName> az login Please select the account you want to log in with (Now I get a popup ...
Flak DiNenno's user avatar
0 votes
2 answers
67 views

How to find the bottleneck of network bandwidth from local machine to Azure VM and improve it? [closed]

I create an Azure VM with SKU Standard_D1_v21 in Southeast Asia. According to this doc, the expected bandwidth is 750Mbps. However, I test the connection bandwidth from my local machine to the VM, the ...
stanleyerror's user avatar
0 votes
0 answers
95 views

Azure AD - Intune device mismatch, not joined properly

I have something of a mess on my hands. When these devices were joined, or "registered" with Azure AD, they had already been through OOBE and had local accounts created on them. I realize ...
boog's user avatar
  • 230
0 votes
0 answers
30 views

Create Azure Red hat template with custom LVM partitions

I want to prepare Azure template for Red Hat 8 servers with packer and I'm facing problem with setting custom LVM partitions. For example, I want separate /var/tmp, /var/log etc. I deployed some VMs ...
matix324's user avatar
0 votes
0 answers
18 views

Is `id_token_signing_alg_values_supported` administrated by Microsoft or the tenant's administrators?

I have created a custom OIDC authorizer for a AWS API Gateway (REST). It currently support tokens signed using the RS256 algorithm, and will otherwise fail. The .well-known OIDC endpoint lists the ...
Shuzheng's user avatar
  • 419
0 votes
0 answers
56 views

How to access k3s cluster created in an azure vm with public and private ip?

I tried below steps to setup k3s cluster. Here are the steps to create a K3s cluster on an Azure VM with both private and public IP addresses, and access it from your laptop using kubectl: Create an ...
sardar's user avatar
  • 1
-1 votes
1 answer
62 views

Multiple Azure tenants joining Global Address List

I have an azure Tenant, called domainA.com. My friend has an azure Tenant called domainB.com. Is it Possible to have Microsoft Teams and Outlook Global address list, to list my users and his users not ...
Malkavian's user avatar
  • 149
0 votes
0 answers
60 views

UAC elevation via Local Admin "pin auth" not present for Azure AD Joined Windows 11

Is there any way to elevate via local admin pin in UAC prompt for non-admin Azure AD user on Windows joined to Azure Active Directory by making a change in group policy or registry to achieve desired ...
Talha5389's user avatar
  • 101
0 votes
0 answers
26 views

Why am I not able to revoke GraphAPI Permissions in Graph Explorer Sandbox?

When I go to https://developer.microsoft.com/en-us/graph/graph-explorer and log in with my Azure account, I cannot revoke access to mail.send: And am presented with this message: "You require ...
Tikhon's user avatar
  • 97

1
2 3 4 5
81