- Jul 2024
-
learn.microsoft.com learn.microsoft.com
-
issue this request to exchange your Direct Line secret for a Direct Line token:
Direct line secrect 和 Drect line toke 是不一样的。
-
-
learn.microsoft.com learn.microsoft.com
-
support server-to-client communication scenarios such as broadcasting.
Signalr API Support Server - to - client 的 Broadcast 类型的。
-
- Mar 2023
-
docs.databricks.com docs.databricks.com
-
PythonCopyconfigs = {"fs.azure.account.auth.type": "OAuth", "fs.azure.account.oauth.provider.type": "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider", "fs.azure.account.oauth2.client.id": "<application-id>", "fs.azure.account.oauth2.client.secret": dbutils.secrets.get(scope="<scope-name>",key="<service-credential-key-name>"), "fs.azure.account.oauth2.client.endpoint": "https://login.microsoftonline.com/<directory-id>/oauth2/token"} # Optionally, you can add <directory-name> to the source URI of your mount point. dbutils.fs.mount( source = "abfss://<container-name>@<storage-account-name>.dfs.core.windows.net/", mount_point = "/mnt/<mount-name>", extra_configs = configs)
-
- Aug 2022
-
-
AZ 900
This is my first every hypothesis note.
So far I have the done the first test, and found it relevant. Well worth the money so far.
-
- Jul 2022
-
-
Scalability: Cosmos DB is horizontally scalable to support hundreds of millions of reads and writes per second
Since it is a Platform as a Service, it isolates the configuration required to perform scaling from the users, allowing them to focus on their data manipulation.
-
replicated
so they said replicated, not fragmented.
-
- Feb 2022
-
docs.microsoft.com docs.microsoft.com
-
Model deployment in Azure ML
-
- Oct 2020
-
docs.microsoft.com docs.microsoft.com
-
To request tokens for Azure Storage
That is, to request token if the app is not running in the Azure cloud with a managed identity:
Acquire a token from Azure AD for authorizing requests from a client application
Request an access token in Azure Active Directory B2C (and the other chapters in the Authorization protocols section)
-
- Jun 2020
-
docs.microsoft.com docs.microsoft.comaz disk1
-
az disk revoke-access Revoke a resource's read access to a managed disk.
Here's why it's important to revoke access (rom Upload a VHD to Azure or copy a managed disk to another region - Azure PowerShell):
After the upload is complete, and you no longer need to write any more data to the disk, revoke the SAS. Revoking the SAS will change the state of the managed disk and allow you to attach the disk to a VM.
-
- Apr 2020
-
docs.microsoft.com docs.microsoft.com
-
api-version A query string parameter, indicating the API version for the IMDS endpoint. Please use API version 2018-02-01 or greater.
Couldn't find where the exhaustive list of API versions are listed, but found this on the Azure Instance Metadata Service (aka IMDS) page:
2017-04-02, 2017-08-01, 2017-12-01, 2018-02-01, 2018-04-02, 2018-10-01, 2019-02-01, 2019-03-11, 2019-04-30, 2019-06-01, 2019-06-04, 2019-08-01, 2019-08-15
Also:
The version 2019-11-01 is currently getting deployed and may not be available in all regions.
-
- Jan 2020
-
feedback.azure.com feedback.azure.com
-
Azure ACI doesn't accept privileged containers. (--cap-add=NET_ADMIN)
-
- Dec 2018