skip to Main Content

Reporting on large Azure SQL database

I have a pretty large (250gb) Azure SQL database which is mostly used for a multi-tenant transactional point of sale system. We have a lot of business reports which are essentially stored procedures sitting behind a reporting framework (Telerik Reports).…

VIEW QUESTION

Add azureSubscription in a "each" loop

I need to add the azureSubscription to my each loop which looks like this parameters: - name: info displayName: Information type: object default: info1: abc info2: 123 info3: hello steps: - checkout: none - ${{ each info in parameters.info }}:…

VIEW QUESTION
Back To Top
Search