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,952 public repositories matching this topic...
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
Do all drivers decode times in UTC? Local time? Do they differ?
We should document, and ideally, make it consistent.
Issue Details
Readme points to docs at https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-service-endpoints, which show how to create firewall rules by creating a "Microsoft.ServiceBus/namespaces/networkruleset" resource. However the template
Is your feature request related to a problem? Please describe.
There is no way to clear unused image in the self-hosted registry. The size of the image could build up quickly if we have many app inside the cluster and frequently change on each of those app.
Describe the solution you'd like
- I think we can enable
REGISTRY_STORAGE_DELETE_ENABLED=truewhen we start the registry. (ht
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
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
Getting the error below but looks like the boto connection timeout isn't configurable. Ideas welcome. I can probably contribute a PR.
2019-12-17 17:37:02,204: custodian.output:ERROR Error while executing policy
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 421, in _make_request
six.raise_from(e, None)
File "<st
Proposal: Why not utilize Molecule in different ways than for ansible role-testing ?
Author: Grzegorz Nowak <@grzegorznowak>
Date: 2019-MM-DD
- Status: New
- Proposal type: branding, sort of ?
Motivation
Hey guys, I've been using molecule for about 2 years now, and while it initially indeed served me well for only integration/unit testing of Ansible roles I was brewing in-
If you'd like to have your company represented and are using Komiser please give formal written permission below via a comment and email to contact@komiser.io.
We will need a URL to a svg or png logo, a text title and a company URL.
🐛 Bug Report
Operating System: Ubuntu 19.10
Docker Image: budtmo/docker-android-x86-8.1
Docker Version: 19.03.3-ce
Docker Command to start docker-android:
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" --name android-container budtmo/docker-android-x86-8.1
Expected Behavior
Clicking on more button on the menu bar next to emulat
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
Description
In the "Sign in with Azure PowerShell" doc, the "Sign in interactively" section, two scenarios (interactive, device code) are mixed up.
Expected: these two scenarios are described separately.
Cost
The official API docs are here
https://developers.google.com/maps/documentation/geocoding/start
I wanted to know if it would be possible to add this API's Swagger doc (and that of similar Google APIs like this).
Add Watson APIs
- Onboard the following packages on docs.microsoft.com
Latest:
Azure.Messaging.EventHubs 5.0.0
Azure.Messaging.EventHubs.Processor 5.0.0
Azure.Messaging.EventHubs.CheckpointStore.Blobs 1.0.0
Azure.Data.AppConfiguration 1.0.0
Azure.Security.KeyVault.Certificates 4.0.0
Azure.Storage.Files.DataLake 12.0.0
Preview:
Azure.AI.TextAnalytics 1.0.0-preview1
Azure.Cosmos 4.0.0
**Legac
This is from the documentation at http://docs.seldon.io/api-oauth.html#actions
The item attribute definition is:
string name [attr_id 1]
string artist [attr_id 2]
enum category [attr_id 3]
double price [attr_id 4]
Where:
category is the enumeration
** (pop [value_id 1], rock [value_id 2], rap [value_id 3])
a range definition is created for the price ** (<10 [value_id 1], 10-20 [value_id
What would you like to be added:
Recently we have introduced a validation(gardener/gardener#1642) that prevents shoot hibernation in case the cluster has a validating or mutating webhook which might block creation of new pods or nodes. The motivation is that such clusters cannot be waken up later.
The validation [logic](https://github.com/gardener/gardener/blob/ca
The Search functionality in the Azure Databricks documentation allows users to only search in the Azure Databricks documentation. That should be enabled for the AML documention (both the SDKs and the product docs.)
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID
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
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
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:
- https://aws.amazon.com/architecture/icons/
- https://cloud.google.com/icons/
- https://www.microsoft.com/en-us/download/details.aspx?id=41937
The implement
Add documentation comments to all of the VmOrTemplate operations methods
The extant documentation (https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#transport) is written for client library developers. We should have a document describing how users can configure transport.
It used to be possible to download this document for offline usage. Now it is not possible.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: e4699b7a-fc21-817e-5a37-aa17b55f47a2
- Version Independent ID: 23efcd5d-11a5-c46f-a73e-5cc638591bcd
- Content: [Bulkhead pattern - Cloud Design Patterns](https://docs.microsoft.com/
Currently, the operator accepts only YAML (JSON) formatted definition for Vault config. because we need to make decisions based on that configuration we have to parse it, and currently YAML (JSON) is used. We should use https://godoc.org/github.com/hashicorp/hcl#Decode to allow HCL as well.
Created by Microsoft
Released February 1, 2010
- Organization
- Azure
- Website
- azure.microsoft.com
- Wikipedia
- Wikipedia
Disclaimer: This is my blog post
There's not a lot of K3OS material out there, so I feel like this would be great until a K3 awesome list was made.
https://medium.com/@jamesdavidbohrman/self-registering-compact-k3os-clusters-to-rancher-server-via-cloud-init-d4a89028c1f8