Skip to content
#

Azure

azure logo

Azure is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through a global network of Microsoft-managed data centers.

Here are 5,354 public repositories matching this topic...

loomlike
loomlike commented Apr 15, 2019

Description

Add Azure notebook to our SETUP doc.
I tested google colab and Azure notebook to run reco-repo without requiring creating any DSVM or compute by myself, and it works really well with simple tweaks to the notebooks (e.g. for some libs, should install manually).

I think it would be good to add at least Azure notebook to our SETUP doc, where users can easily test out our repo w/o

go-cloud
azure-quickstart-templates
surister
surister commented Jan 21, 2020

This is a reminder for me or a task if anyone wants :P

imagen

Basically, The last two questions aren't really regex's questions.

To do:

  • Move said questions to correct place.
  • Add new regex questions (Python related!)?
  • Maybe add a new ## Regex section, as it is a valuable skill
aniketpanjwani
aniketpanjwani commented Nov 29, 2019

What is the problem?

I've succesfully installed Gitea using the one-click install on a fresh install of CapRover. When I try to install drone-gitea using the one-click Install, I get the following error at the 7th step: "Failed: Error: Request failed with status code 500" .

If applicable, content of captain-definition file:

N/A

Steps to reproduce the problem:

  1. Install Gitea
dgsardina
dgsardina commented Nov 28, 2019

Small feature request. I am using helmfile for the deployment of our k8s infrastructure and wanted to use sops for encryption of secrets. I need to use the --keyservice but as I am calling sops inside a wrapper (helmfile) of a wrapper (helm secrets) I cannot pass this variable to sops in a clean way.

Could you provide an alternative way to provide this option to sops in the .sops.conf and/or i

cloud-custodian
aakifshaikh
aakifshaikh commented Mar 11, 2020

Is your feature request related to a problem? Please describe.
Can you please add the screenshot and precise step-by-steps to documentation to deploy cloud custodian in both AWS, Azure and GCP. Can you also provide the same kind of enhanced screenshot version for installation / working of tools like c7n-mailer, Salactus, etc.

Describe the solution you'd like
Want documentation with sy

computervision-recipes
anoppe
anoppe commented Feb 19, 2020

🐛 Bug Report

Operating System:
macOS 10.15.3

Docker Image:
budtmo/docker-android-x86-10.0

Docker Version:
Docker Desktop v2.2.0.3

Docker-compose version (Only if you use it):
N/A

Docker Command to start docker-android:
N/A

Expected Behavior

docker build completes without errors

Actual Behavior

An image is build based on budtmo/docker-android-x86-10.0

ofirbarak
ofirbarak commented Feb 5, 2020

Based on "Clean Code" book, I find this section very useful. Use exceptions to indicate on error occurred instead of returning error codes, it complicates the caller function's code.

// bad

int func1(){
  if (some condition)
    return -1; // Error
  return 0; // Ok
}

void func2(){
  if (func1() == 0)
    return;
}

// good

void func1(){
  if (some condition)
    
mmlspark
ttpro1995
ttpro1995 commented Nov 13, 2019

Version

com.microsoft.ml.spark:mmlspark_2.11:jar:0.18.1
spark= 2.4.3
scala=2.11.12

data (csv with header) https://gist.github.com/ttpro1995/69051647a256af912803c9a16040f43a

download data and save as csv file, put into folder /data/public/HIGGS/higgs.test.predictioncsv

val data = spark.read.option("header","true").option("inferSchema", "true").csv("/data/public/HIGGS
CESARDELATORRE
CESARDELATORRE commented Apr 2, 2020

In the REMARKS sample aboove and also in some notebooks we have it with max_cores_per_iteration = -1.
I think that means "use all the possible cores per iteration/child-run".

However, the "-1" value is not documented in this reference doc page. We need to document it.

Right now the description of the parameter is just this (check above in this page):

max_cores_per_iteration
int
Maximum number

rfranzke
rfranzke commented Nov 1, 2019

Gardener deploys a bunch of network policies into the shoot namespace in the seeds. Any extension controller that wants to deploy additional components next to the control plane that need to communicate with other parts needs to set proper labels to get targeted by the network policies managed by Gardener.

Today, we don't have documentation for which network policies are installed by Gardener a

imback82
imback82 commented Mar 20, 2019

When a new version of Apache Spark is released, we'd have to make changes in the code base to add any new APIs, account for new protocol changes on the worker-side etc. We should document this to allow anyone to upgrade .NET for Apache Spark to newer versions.

Success Criteria

  • Clearly call out code changes with examples
  • Capture caveats one might encounter during this upgrade process
pms1969
pms1969 commented Sep 25, 2018

Bug

For want of a better categorisation. The first thing that kube-proxy logs at startup is the following:

W0913 12:02:58.529651       1 server.go:195] WARNING: all flags other than --config, --write-config-to, and --cleanup are deprecated. Please begin using a config file ASAP.

Environment

  • Platform: aws
  • OS: container-linux
  • Ref: v1.11.2
  • Terraform: 0.11.8
  • Pl

Created by Microsoft

Released February 1, 2010

Organization
Azure
Website
azure.microsoft.com
Wikipedia
Wikipedia
You can’t perform that action at this time.