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,537 public repositories matching this topic...

miguelgfierro
miguelgfierro commented Mar 29, 2019

Description

@wutaomsft suggestion:

it would be a good discussion point what is preferred way to make references in notebooks. I prefer not to have a"reference" section where references are separate from where they are referred. Instead, link the reference "in place". And then add a paragraph for "additional reading", which is more descr

go-cloud
lukehoban
lukehoban commented Jan 16, 2020

Today we have multiple code generators - one for tfgen, one for our Kubernetes provider, and several providers that have had to be hand written in every language because they do not fit either of the above.

Logically, these are all the same, and are tightly constrained by the need to represent the Pulumi resource model in the target language.

We plan to introduce a common intermediate sche

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
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
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
azure-sdk-for-net
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
superchiku
superchiku commented Apr 24, 2020

Hi Team

Can we pass on a feedback to the team that maintains the documentation for the Azure SDK to provide more details which could help customers as the current documentation is cluttered and doesn't have proper verbal explanations of the available apis and methods .

It will be great if we can improve the documentation a bit so that it will be helpful for end customers

regards,
Jay

ifs-ilan
ifs-ilan commented Feb 25, 2020

Hi :),

It's possible to scan with variables json or .tf file name ?

Like

{
	"region": "eu-central-1",
	"environment_id": "demo",
	"tags": {
		"EnvironmentId": "integration",
		"ApplicationName": "demo",
		"EnvironmentType": "development",
		"Project": "pepito"
	},
	"rds_instances": [
		{
			"sg_name": "test-sg",
			"kms_key_label": "kms",
			"rds_label": "rds",
			

Created by Microsoft

Released February 1, 2010

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