Skip to content
azure logo

Azure

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 4,517 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

pulumi
melbourne2991
melbourne2991 commented Apr 18, 2019

I'm a bit confused about the registerOutputs call and what actually is considered an output.
The current documentation says this:

Components can define their own properties using registerOutputs. The Pulumi engine uses this information to display the logical outputs of the component. The call to registerOutputs also tells Pulumi that the resource is done registering children and should be c

tschaible
tschaible commented Sep 30, 2019

Currently, it appears the only tags pushed to Dockerhub are the latest tag and the git commit sha.

For example, when the newest 3.4.0 image was tagged, it was tagged as

  • latest
  • 14a22d7a7060a0fba06c5dd716898d47728f0fce

It's often useful to have more meaningful tags created that match the actual version. With the latest 3.4.0 release it would preferred that it also be tagged with

wsf11
wsf11 commented Oct 7, 2019

From the docs, it is very unclear what Azure supports in mailer.

As a new user, I would look for the Using on Azure header to figure out what Azure supports. Currently, there are Azure specific guidelines spread throughout the docs; however, this can be confusing because Azure does not support various features found throughout the docs such as a contact_tags key in mailer.yml or using `re

mmlspark
mathew5
mathew5 commented Aug 14, 2019

I am trying to explain the predictions made by my XGboost model using MMLSparks Lime package for scala. This is my first time using LIME library, I am able to perform a fit operation on the dataset and when I am trying to perform the transform operation, the program stops with an exception, "Caused by: java.lang.ClassCastException: org.apache.spark.ml.linalg.SparseVector cannot be cast to org.apac

jjindrich
jjindrich commented Sep 30, 2019

Hi, how can I remove route table association from existing subnet ?
For association using this:
az network vnet subnet update -g $rg -n XXX --vnet-name YYY --route-table RTNAME
What to use to remove association ?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID: 385e420c-4bd0-3ddd-d9cd-a9a411ec1f7b
  • Version Independent I
KSchlobohm
KSchlobohm commented Aug 7, 2019

Describe the bug
A clear and concise description of what the bug is.

Exception or Stack Trace
Azure.RequestFailedException: 'Service request failed.
Status: 409 (Conflict)

Content:
{"error":{"code":"Conflict","message":"Secret is currently being deleted.","innererror":{"code":"ObjectIsBeingDeleted"}}}

Headers:
Cache-Control: no-cache
Pragma: no-cache
Server: Microsoft-IIS

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
jeanpaulsmit
jeanpaulsmit commented Oct 7, 2019

Terraform (and AzureRM Provider) Version

Terraform 0.12.9
AzureRM 1.34.0

Affected Resource(s)

  • azurerm_api_management_user

Terraform Configuration

resource "azurerm_api_management_user" "user" {
user_id = "test-user"
api_management_name = "${azurerm_api_management.apim.name}"
resource_group_name = "${azurerm_resource_group.rg.name}"
first_name

j4v
j4v commented Dec 21, 2018

Integrate provider and service “logos” in the HTML report, so that they are more tailored.

For example, if Scout is run against an AWS account, AWS logos should be included in the report, as well as each services' logo.

icon sets:

The implement

You can’t perform that action at this time.