skip to Main Content

Import key-vault reference azure app settings

I'm using portal to import JSON file which contains key-value pairs. Need help in importing key-valult references. I prepare a json file like { AppSettings: { "testKey": "testValue", "testSecrete": "<akv-Reference-TestSecreteKey>" } } what should I add in place "akv-Reference-TestSecreteKey", so…

VIEW QUESTION

Azure – ADF Script Creating a Table with Parquet format using INFER_SCHEMA in Snowflake

I'm trying to copy data from Salesforce to Snowflake using ADF avoiding use SAS Token, because of that I going to use integration storage on Snowflake. I'm trying to follow this example: https://medium.com/snowflake/seamless-migration-to-snowflake-using-adf-script-activity-schema-detection-25475ea86a09. I already create the integration storage, format…

VIEW QUESTION

Azure Scale Sets and Parallel Jobs

I'm currently exploring the transition from Microsoft-hosted agents to Azure Scale Sets for our CI/CD pipelines in Azure DevOps. However, I'm trying to wrap my head around the actual benefits of this move, especially considering we have a fixed limit…

VIEW QUESTION
Back To Top
Search