Skip to main content

Questions tagged [iaas]

IAAS (Infrastructure as a Service) is a provision model in which an organization outsources the equipment used to support operations, including storage, hardware, servers and networking components. The service provider owns the equipment and is responsible for housing, running and maintaining it.

-1 votes
1 answer
38 views

How to perform generalization of compute resource abstraction in Terraform?

I've been researching Terraform's capabilities, and I've encountered differing opinions on whether it is truly cloud-agnostic. While Terraform itself doesn't claim "write once, run everywhere,&...
Muhammad Ikhwan Perwira's user avatar
0 votes
1 answer
62 views

Azure Graph Explorer query to identify VMs with SQL Server installed

I am tinkering with Graph Explorer in Azure but can't get a solution for what I'm looking for, which is to return a list of VMs on which SQL Server has been installed. Ultimately, I would like to get ...
Zarty's user avatar
  • 21
0 votes
0 answers
22 views

Advice on the feasibility for environment management

I've come across a bunch of topics but didn't find anything that hits my issue. Indeed, just looking for an opinion of the feasibility for a problem-solving potential solution - or either a smarter ...
Lucas Helal's user avatar
0 votes
1 answer
130 views

Azure Function access to SQL Server -IAAS through managed identity

I have an Azure function and a user assigned managed identity. I would like to connect a SQL Server hosted on Azure VM. But the problem is CREATE USER/CREATE LOGIN [mymangedIdentity] FROM EXTERNAL ...
Manish's user avatar
  • 13
-1 votes
1 answer
404 views

Cannot create network infrastructure

I have an existing infrastructure (Two App services, one Azure SQL Db, one Blob storage, one CosmosDB). We want to create it behind a virtual network and private endpoints. Our code looks like this: ...
Milan M.'s user avatar
  • 1,016
0 votes
1 answer
23 views

Cloud computing using paid tariffs

Is it possible to estimate or quantify the impact of using paid tariffs with higher computing power? For example for response time? Is it possible correct answer for this question that if I have cloud ...
kubas126's user avatar
1 vote
1 answer
415 views

Default zone of Virtual Machine in Azure

While deploying a VM in Azure. If I choose a region ex. "Central India" which is having support of Availability zone, but I am not choosing that option while deploying. Then what will be the ...
Tanmay Kanungo's user avatar
0 votes
1 answer
656 views

Is there any possibility to recover the Bitlocker keys (32 digit) for the OS & data disks if Virtual Machine is not able to boot due to issues?

Scenario- There is an Azure virtual Machine and the server is not able to boot due to any issues. We need to recover the Bitlocker ID/Key (32 digit) & Password (48 digit) to recover the OS & ...
Nagarjun's user avatar
0 votes
1 answer
1k views

How to read azure devops variables in yml (yaml) as object and array data type

I am trying to create Azure resources like key vault using bicep and bicep parameter files. I am using DevOps Pipeline for deployment. I am reading a few parameters from variable/ variable groups in ....
9_A's user avatar
  • 71
-2 votes
1 answer
4k views

Terraform -> Warning: Value for undeclared variable

I get the following warning in terraform cloud which is connected to azure. How can i resolve this error ? Thanks a lot
Nico's user avatar
  • 9
1 vote
1 answer
325 views

Terraform Vnet Peering with vlans in different ressource groups

Im quite new to Terraform so maybe i make a very basic mistake but after multiple hours maybe here someone can help me out. So i tried to peer to vlans together. I viewed multiple tutorials about it ...
Nico's user avatar
  • 9
0 votes
2 answers
1k views

How to deploy AWS loadbalancer listeners via AWS CDK that redirect and forward to ECS container

I'm trying to deploy a listener on a loadbalancer with the following configuration (manually modified and tested, following CDK deploy): The following code adds the listener, but doesn't update ...
user7186882's user avatar
0 votes
1 answer
99 views

Apache Spark on a cloud Infrastructure

How can I process the given data efficiently using Apache Spark on a cloud Infrastructure as a Service (IaaS) platform? I have a dataset of over 60 million data that I need to run the dataset ...
Devbanji's user avatar
0 votes
1 answer
72 views

Azure devops IAAS check repository completeness

We use pipelines/IAAS in Azure DevOps in order to setup our environments in Azure. Sometimes we notice inconsistency between what we have in the master/develop branch of our repo and what we see in ...
Luc's user avatar
  • 31
0 votes
1 answer
207 views

How to implement Azure AD authentication for a web app developed in Django which is running in a Infrastructure as a service (IaaS)?

There is a web application developed in Django which is running in IAAS server. How can we implement Azure AD in that web application? i.e when some clicks the web app link it should authenticate ...
Raj's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
13