|
504 | 504 | ********************************************************************************************************************************************/ |
505 | 505 |
|
506 | 506 | "outputs": { |
507 | | - "storageAccountName": { |
| 507 | + "storageAccountName": { |
508 | 508 | "type": "string", |
509 | 509 | "value": "[variables('adlsStorageAccountName')]" |
510 | 510 | }, |
511 | 511 | "keyVaultName": { |
512 | 512 | "type": "string", |
513 | 513 | "value": "[variables('keyVaultName')]" |
514 | 514 | }, |
515 | | - "storageAccountConnectionString": { |
516 | | - "type": "string", |
517 | | - "value": "[concat('DefaultEndpointsProtocol=https;AccountName=', variables('adlsStorageAccountName'), ';AccountKey=', listKeys(variables('adlsStorageAccountResourceId'), variables('storageAccountApiVersion')).keys[0].value)]" |
518 | | - }, |
| 515 | + // "storageAccountConnectionString": { |
| 516 | + // "type": "string", |
| 517 | + // "value": "[concat('DefaultEndpointsProtocol=https;AccountName=', variables('adlsStorageAccountName'), ';AccountKey=', listKeys(variables('adlsStorageAccountResourceId'), variables('storageAccountApiVersion')).keys[0].value)]" |
| 518 | + // }, |
519 | 519 | "functionsAppName": { |
520 | 520 | "type": "string", |
521 | 521 | "value": "[variables('functionsAppName')]" |
|
533 | 533 | "applicationInsightsInfo": { |
534 | 534 | "type": "object", |
535 | 535 | "value": "[reference(resourceId('microsoft.insights/components', variables('applicationInsightsName')), variables('applicationInsightsApiVersion'), 'full')]" |
536 | | - } |
| 536 | + }, |
537 | 537 | // "functionAppInfo": { |
538 | 538 | // "type": "object", |
539 | 539 | // "value": "[reference(resourceId('Microsoft.Web/sites', variables('functionsAppName')), variables('functionsAppApiVersion'), 'full')]" |
540 | 540 | // } |
| 541 | + // "adlsStorageAccountInfo": { |
| 542 | + // "type": "object", |
| 543 | + // "value": "[reference(variables('adlsStorageAccountResourceId'), variables('storageAccountApiVersion'), 'full')]" |
| 544 | + // }, |
| 545 | + |
| 546 | + |
| 547 | + "storageAccountKey": { |
| 548 | + "type": "string", |
| 549 | + "value": "[listKeys(variables('adlsStorageAccountResourceId'), variables('storageAccountApiVersion')).keys[0].value]" |
| 550 | + }, |
| 551 | + "storageAccountContainerSasKey": { |
| 552 | + "type": "string", |
| 553 | + "value": "[listAccountSas(variables('adlsStorageAccountName'), variables('storageAccountApiVersion'), parameters('adlsStorageAccountSasProperties')).accountSasToken]" |
| 554 | + } |
| 555 | + |
| 556 | + |
541 | 557 | } |
542 | 558 | } |
0 commit comments