Questions tagged [hybrid-cloud]

A hybrid cloud is an integrated cloud service utilising both private and public clouds to perform distinct functions within the same organisation. All cloud computing services should offer certain efficiencies to differing degrees but public cloud services are likely to be more cost efficient and scalable than private clouds. Therefore, an organisation can maximise their efficiencies by employing public cloud services for all non-sensitive operations, only relying on a private cloud where they require it and ensuring that all of their platforms are seamlessly integrated.

Hybrid cloud models can be implemented in a number of ways: Separate cloud providers team up to provide both private and public services as an integrated service Individual cloud providers offer a complete hybrid package Organisations who manage their private clouds themselves sign up to a public cloud service which they then integrate into their infrastructure

41 questions
0
votes
1 answer

Can a precompiled Function App use Hybrid Connections to on-premise servers?

Can a precompiled Function App use Hybrid Connections to on-premise servers? I can access the on-premise server using a C# script Function App function ... using (var client = new HttpClient()) { var result = await…
SteveC
  • 15,808
  • 23
  • 102
  • 173
0
votes
1 answer

is it necessary to have Site-to-Site VPN when using Azure VMs with on-premises database?

I have a VM setup with a default database and a website hosted on IIS. After the website main page is loaded, depending on the credentials, it should replace the default connection with an on-premises database connection. Now is there a way that I…
Samra
  • 1,815
  • 4
  • 35
  • 71
0
votes
0 answers

Hybrid Connections in Azure

I have created a sample ASP.NET MVC app (the standard one you get in Visual Studio). I have deployed this to Azure and it works fine. I have SQL Server 2016 running locally (on premise) on my machine and the cloud app uses this database. I have…
0
votes
1 answer

Secure access to backend services in Hybrid Cloud

I have some doubts about which is the most appropiate way to allow access to my company backend services from public Clouds like AWS or Azure, and viceversa. In our case, we need an AWS app to invoke some HTTP Rest Services exposed in our backend.…
Daniel
  • 119
  • 1
  • 1
  • 3
0
votes
1 answer

Azure Service Fabric-based Services: Prerequisite is always a prepared cluster?

If I've understood the docs properly, azure service fabric-based apps/microservices cannot be installed together with their service-fabric operational environment in one "packaged installer" step. For example, if I want to deploy a set of…
GGleGrand
  • 1,565
  • 1
  • 20
  • 45
0
votes
0 answers

Hadoop on Hybrid Cloud

What does it mean by running Hadoop on both on-premise and cloud? Does this mean the nodes in same hadoop cluster is provisioned on both on-premise and public cloud? What are my options if i have keep the data on-premise but compute is on the public…
Manikandan Kannan
  • 8,684
  • 15
  • 44
  • 65
0
votes
1 answer

How can we connect our Azure service fabric cluster to on-premises service/ database?

We are in process of moving our on-premises services to service fabric and planning to host it on Azure Service Fabric cluster. These service will require access to resources which are on-premises (corp network) and we currently can not move them.…
0
votes
2 answers

Can an Azure Function App access an on-premises resource via a VPN or Hybrid connection?

Function Apps that run on a Dynamic service plan are restricted in certain ways (as expected). Is it possible somehow to call an on-premises resource (via a VPN or Hybrid Connection) from a Function App in a Dynamic service plan?
willem
  • 25,977
  • 22
  • 75
  • 115
0
votes
4 answers

Azure Service Bus: High Availability

I'm currently building a hybrid-cloud solution that needs to write messages to a queue for later processing. It is absolutely imperative that the queue is highly available (99.999+% uptime). My options are to read/write messages to a local ZeroMQ…
JTW
  • 3,546
  • 8
  • 35
  • 49
-1
votes
1 answer

Can you still make use of the fargate compute type when using "EKS Anywhere"

EKS Anywhere lets you install aws eks on your on-prem hardware but can you link your eks anywhere cluster to your aws account to take advantage of the fargate compute that standard eks offers?
-1
votes
1 answer

Hybrid Cloud and Azure subscriptions and resource groups

I have got some questions regarding cloud best practices: Can I put in an Azure Subscription, objects coming from different regions? eg. North Europe, West Europe... Can a subscription span multiple clouds? E.g.: Azure, Amazon... Can an Azure…
OuterSpace
  • 365
  • 7
  • 22
1 2
3