-
```sql
CREATE OR REPLACE STAGE test
URL = 'azure://test.blob.core.windows.net/test/testfolder'
STORAGE_INTEGRATION = DATALAKE_SI
FILE_FORMAT = (TYPE = 'AVRO');
-- list stage
list @test;
…
-
## Status
`Proposed`
## Context
While working on Maskinporten integration and automation in Altinn 3, we also discussed more general improvements around app clusters and integration with Altinn…
-
If using `cloudcustodian/c7n:0.9.10.0` or below. I am able to install cloud custodian and it works but as soon as I upgrade to `cloudcustodian/c7n:0.9.11.0` or anything after `10` its failing with the…
-
https://github.com/Azure/azure-storage-blob-go/blob/5bc9c4a1203dd70be329b90401f805588afffc8d/azblob/zc_policy_request_log.go#L72 sets forceLog if policy returns non `nil` error because it assumes that…
-
/kind feature
**Describe the solution you'd like**
[A clear and concise description of what you want to happen.]
Currently when I create an arm64 vm sku node pool, e.g. `Standard_D2pls_v5`, it wo…
-
## Description
**ExchangeOnlineManagement failed to load after Az.Storage loaded**
Error:
```powershell
Import-Module -Name Az.Storage
Connect-ExchangeOnline -Credential $o365Creds -ShowP…
-
- **Package Name**: https://pypi.org/project/azure-mgmt-storage/21.2.1/
- **Package Version**: 21.2.1
- **Operating System**: N/A
- **Python Version**: N/A
**Describe the bug**
An external cust…
-
On Node.js/TS/pm v4 - I have a CosmosDB trigger for tableA, then I want to process each doc, and insert into table B. I'm using extraOutputs because it is more obvious to me. Is there anything wrong w…
-
### Which service(blob, file, queue, table) does this issue concern?
Blob Storage
### Which version of the SDK was used?
"microsoft/azure-storage-blob": "^1.5"
### What's the PHP/OS version?
…
-
In the Azure portal and Storage Explorer, when you generate a SAS token, you are given the option to use the generated SAS URL, which can include much of the details needed for the rest of the operati…