cloud

IPv6 support for Azure other than the load balancer thing

非 Y 不嫁゛ 提交于 2019-12-08 09:33:42
问题 I have two questions regarding azure and IPv6. I understand that you can assign private IPv6s to VMs and then connect them to a load balance with a public IPv6, but is there anyway to use IPv6 with other resources in Azure, such as, cloud services, virtual networks, Application gateway, NSG, VPN Gateway, App Services, SQL databases, and SQL DWH? Also, I see that it says you cannot upgrade VMs to IPv6 and you need to make new ones. Does that mean that you would only have to remake VMs that

Web application, SAAS?

前提是你 提交于 2019-12-08 07:39:31
问题 I am trying to undestand "What really SAAS is". It is Software as a Service, and hotmail outlook is one example of SAAS. But I am still in confusion. Suppose, I built an web app "Hospital Management System" which keeps the record of all patient and all that, Is it a Software as a Service. What specific things are needed to be a Software as a Service, or just a web app is a SAAS???? 回答1: A software is SAAS if it is deployed and managed to serve mutiple users (tenant is the term here) from the

spring cloud config pattern match for profile

淺唱寂寞╮ 提交于 2019-12-08 07:06:57
问题 I am trying to implement the pattern matching feature of spring cloud config based on the different profiles for an application. Based on the documentation in http://cloud.spring.io/spring-cloud-config/spring-cloud-config.html#_environment_repository it is possible to match the repositories based on profiles. Below is my config server application.yml server: port: 8888 spring: cloud: config: server: git: uri: ssh://xxxx@github/sample/cloud-config-properties.git repos: development: pattern: -*

Web Deploy to Azure fails “Could not create SSL/TLS secure channel”

◇◆丶佛笑我妖孽 提交于 2019-12-08 06:49:56
问题 I always deployed from my local machine to Azure (Classic cloud service) but from yesterday I get this error: Could not complete the request to remote agent URL 'https://[MYNAME].cloudapp.net:8172/msdeploy.axd?site=Default Web Site'.The request was aborted: Could not create SSL/TLS secure channel The port is open. The web deploy is installed. As I see nothing has changed. I tried to install a new version of Web Deploy (3.6) but it didn't help. What else can be checked? Thank you. 回答1: i faced

How do I deploy a native code library dependent on several hundred files to Windows Azure most conveniently?

心已入冬 提交于 2019-12-08 06:42:32
问题 This guide shows how to deploy a COM object consisting of a single .dll file to a Windows Azure role using the start-up task mechanism. Now I have a COM object that depends on several hundred other files - .dll files (I build them myself as well) and some binary data required for its operation that need to be deployed as a directory tree. Including that into the role project (as it is done for the single file in the guide) seems rather dumb - those files don't belong to the role functionality

How to prevent play video using file path of window azure media server without login?

大城市里の小女人 提交于 2019-12-08 06:40:50
问题 Currently doing one project basis on Windows Azure Media Service . Scenario- There is a media player on website, which play video source file of media contains on Azure media server. Requirement - 1) Unregistered user or without login user can't play video using azure media file path . (It is better for me without use of Active directory credential and If we can upload that video encrypted format and play with decryption when user is logged in) Please provide proper guidance which satisfy

Hadoop safemode recovery - taking lot of time

不羁岁月 提交于 2019-12-08 06:19:36
问题 We are running our cluster on Amazon EC2. we are using cloudera scripts to setup hadoop. On the master node, we start below services. 609 $AS_HADOOP '"$HADOOP_HOME"/bin/hadoop-daemon.sh start namenode' 610 $AS_HADOOP '"$HADOOP_HOME"/bin/hadoop-daemon.sh start secondarynamenode' 611 $AS_HADOOP '"$HADOOP_HOME"/bin/hadoop-daemon.sh start jobtracker' 612 613 $AS_HADOOP '"$HADOOP_HOME"/bin/hadoop dfsadmin -safemode wait' On the slave machine, we run the below services. 625 $AS_HADOOP '"$HADOOP

VMWare - Import Amazon EC2 AMI?

喜夏-厌秋 提交于 2019-12-08 06:01:11
问题 I've seen lots of post regarding the opposite direction, e.g. porting a VMWare image to an AMI, but none about what I'm trying to do. I have an AMI - the Amazon Linux AMI [Beta] - and I'd like to do some testing on a duplicate VM box before I make modifications to the current running one; anybody done this? 回答1: Not yet . Currently, Amazon only supports VMWare import , and even then it's only for Windows 2008 Enterprise Server. They've made statements, however, saying that they're currently

Cannot connect to Cassandra on a cloud server using phpcassa

大兔子大兔子 提交于 2019-12-08 05:44:36
问题 I have setup a test cloud server (Ubuntu 10.10 on Rackspace) to play with Cassandra database (0.6.8). I can connect no problem both from within the server and from a computer external to the cloud using the cassandra-cli basic client: I have created and retrieved sample data. I have then installed phpcassa on the cloud server and on an external computer. I have created a very simple php program to test the connection: <?php $GLOBALS['THRIFT_ROOT'] = dirname(__FILE__) . '/include/thrift/';

How do UserSecrets work in the Cloud?

我只是一个虾纸丫 提交于 2019-12-08 05:11:47
问题 ASP.NET Core has a great feature to store user settings securely. It works great on OSX (and Linux, Windows), stores data in JSON: ~/.microsoft/usersecrets/<userSecretsId>/secrets.json Is it working in the cloud (Cloud Foundry) too? If yes, then were are the values stored? 回答1: Secrets exists for safe storage during development by helping prevent sensitive data from being storing in code / checked into source control. The Secret Manager tool does not encrypt the stored secrets and should not