Azure Cli
- clouds
# list available clouds
az cloud list --output table
# China Azure
az cloud set --name AzureChinaCloud
- login
# login service account
az login --service-principal --tenant xxx -u xxx -p xxx
# local …
# list available clouds
az cloud list --output table
# China Azure
az cloud set --name AzureChinaCloud
# login service account
az login --service-principal --tenant xxx -u xxx -p xxx
# local …
/* eslint-disable no-undef */
const { ContainerClient } = require("@azure/storage-blob");
const azure = {
blobContainer: "xxx",
storageAccount: "xxx",
sasDomain: "blob.core.xxx.cn",
containerName: "xxx",
sasToken: "sp=xxx",
};
const getStorageDetails = () => {
return {
containerName: azure …
Amazon Redshift AZ64、LZO、ZSTD 字段的支持类型
Type Category | Type | LZO | SZTD | AZ64 |
---|---|---|---|---|
SMALLINT | INT2 | Yes | Yes | Yes |
INTEGER | INT、INT4 | Yes | Yes | Yes … |
数据仓库 Data Warehouse:
Structured Data -> ETL -> Data Warehouse -> Business Intelligence
e.g. snowflake, Azure Synapse Analytics, amazon REDSHIFT, Goodle Big Query
https://docs.databricks.com/api-explorer/workspace/jobs
Compute → Cluster → Configuration → Advanced options → JDBC/ODBC
Databricks_HOST: adb-xxx.azuredatabricks.net
HTTP Path: sql/protocolv1/o/6201908139262714/xxxx
Cluster_ID: xxxx …
Azure PowerShell 是一组 cmdlet,用于直接从 PowerShell 管理 Azure 资源。
Azure PowerShell 服务管理模块仅适用 …
Azure Machine Learning Service: Combination of Azure cloud services and Python SDK.
Create environment -> Prepare data -> Build models -> Train models -> Test models -> Manage models -> Track experiments …
import pandas as pd
import numpy as np
import matplotlib.pylab as pylab
%matplotlib inline
from matplotlib.pylab import rcParams
rcParams['figure.figsize …
If you want to perform data …
Page 1 / 2 »