Questions tagged [paas]

paas is short for Platform-as-a-service, a category of cloud-centric services.

Platform as a service (PaaS) is a category of cloud computing services that provides a platform allowing customers to develop, run, and manage Web applications without the complexity of building and maintaining the infrastructure

Related tags:

Source: Wikipedia

489 questions
-1
votes
1 answer

PAAS with triplestore?

Does anyone know of a PAAS that provides a RDF triplestore as as a storage option? My google foo has failed me. I'm looking for a triplestore similar to OpenRDF/sesame with RDFS and OWL inferencing support. The PAAS would preferably support ruby and…
Wes
  • 42
  • 5
-2
votes
1 answer

exec sp_configure 'clr enabled' not working on Azure SQL DB

How can I disable clr and remote access on Azure Paas DB that was migrated from Azure SQL on IaaS? exec sp_configure 'clr enables' not working on SQL PaaS DB and I need to disabled clr and remote access.
-2
votes
1 answer

How to monitor Azure PaaS services?

Is there anyway we can get notified in case of Azure PaaS service is down? example Storage account or Load balancer etc?
Zara
  • 5
  • 2
-2
votes
2 answers

PaaS Offerings for Node.js

I keep finding blogs and articles that list Digital Ocean and Linode as having PaaS offerings for Node.js. This is bothering me because I've hosted apps on both Linode and Digital Ocean and although they do have one-click installs of Node.js or…
Catfish
  • 18,876
  • 54
  • 209
  • 353
-2
votes
1 answer

cloud development Platform

I am looking for your inputs on which cloud platform will be suitable if I am starting from scratch to build a web based application. My key needs are - Build Locally and deploy on cloud - Auto-Scaling so that I don't have to change code later -…
Amit
  • 1
  • 1
-2
votes
1 answer

Php pass provider - sandboxed and load balanced across multiple servers

I was wondering if any one can list the alternatives to google app engine to run php as a paas in the same sandboxed way. It is my understanding that gae distributes your app across many servers (these servers are shared with other apps). This makes…
Jase Whatson
  • 4,179
  • 5
  • 36
  • 45
-3
votes
1 answer

How can I start learning cloud for sales profile

I have recently joined a new sales team. This profile is about selling AWS and GCP services. I want to know how should I start learning cloud technology over internet?
-4
votes
1 answer

Cloudfoundry Password - Code vulnerability

Below is the GO code used from client library to connect to Cloud foundry. c := &cfclient.Config{ ApiAddress: "https://x.y.z.cloud", Username: "admin", Password: "admin", } client, _ := cfclient.NewClient(c) This source code…
overexchange
  • 15,768
  • 30
  • 152
  • 347
-10
votes
2 answers

How do we register a PCF Service Broker as reachable from two spaces in the same PCF Org (with org admin permissions)?

How do I register a Pivotal Cloud Foundry Service Broker to make it accessible from multiple spaces within the same Organization, if I have Org-level permissions? We tried to register a PCF Service broker (cf create-service-broker ...) in one space,…
Nathan Basanese
  • 8,475
  • 10
  • 37
  • 66
1 2 3
32
33