This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"orderReferenceId": "3825025", | |
"orderDate": "2023-07-27T10:38:59.3603787Z", | |
"amount": 729, | |
"priorityClass": "C", | |
"waveId": "Wave21", | |
"isFulfilled": false, | |
"orderItems": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"handler": "Microsoft.Compute.VmExtension", | |
"version": "0.0.1-preview", | |
"parameters": { | |
"elements": [ | |
], | |
"outputs": { | |
"vmName": "[vmName()]", | |
"location": "[location()]" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stages: | |
- stage: build | |
jobs: | |
- job: build | |
steps: | |
- script: dotnet publish -c ${{parameters.buildConfiguration}} -o ./publish | |
displayName: dotnet publish | |
workingDirectory: $(Build.SourcesDirectory)/CloudSkew.API | |
# publish the pipeline artifact |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# build the app | |
- script: dotnet publish -c ${{parameters.buildConfiguration}} -o ./publish | |
displayName: dotnet publish | |
workingDirectory: $(Build.SourcesDirectory)/app-name-redacted | |
# stop app service | |
- task: AzureAppServiceManage@0 | |
displayName: stop app service | |
inputs: | |
azureSubscription: ${{parameters.azureSubscription}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some interesting github projects around ARM templates: | |
* https://github.com/Azure/azure-xplat-arm-tooling | |
* https://github.com/sam-cogan/arm-snippets-vscode | |
* https://github.com/benc-uk/armview-vscode | |
* https://github.com/microsoft/vscode-azurearmtools | |
* https://github.com/ChrisLGardner/ArmTemplateValidation | |
* https://github.com/CompositionalIT/farmer | |
* [possibly outdated] https://github.com/aumathew/AzureArmTemplateCompiler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
C:\temp>terraform apply | |
2019/04/24 23:58:12 [INFO] Terraform version: 0.11.13 | |
2019/04/24 23:58:12 [INFO] Go runtime version: go1.11.5 | |
2019/04/24 23:58:12 [INFO] CLI args: []string{"C:\\Tools\\terraform\\terraform.exe", "apply"} | |
2019/04/24 23:58:12 [DEBUG] Attempting to open CLI config file: C:\Users\localadmin\AppData\Roaming\terraform.rc | |
2019/04/24 23:58:12 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2019/04/24 23:58:12 [INFO] CLI command args: []string{"apply"} | |
2019/04/24 23:58:12 [INFO] command: empty terraform config, returning nil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DBG]: PS C:\Users\localadmin>>> | |
DEBUG: 7:36:39 AM - AddAzureAccount begin processing with ParameterSet 'ServicePrincipal'. | |
DEBUG: [Common.Authentication]: Authenticating using configuration values: Domain: '[redacted]', Endpoint: 'https://login.microsoftonline.com/', ClientId: '[redacted]', ClientRedirect: 'urn:ietf:wg:oauth:2. | |
0:oob', ResourceClientUri: 'https://management.core.windows.net/', ValidateAuthrity: 'True' | |
DEBUG: Microsoft.IdentityModel.Clients.ActiveDirectory Information: 2 : | |
DEBUG: 1/30/2016 3:36:39 PM: 672e8158-3ebe-481e-9492-a3850774b2e6 - AcquireTokenHandlerBase: === Token Acquisition started: | |
Authority: https://login.microsoftonline.com/[redacted]/ | |
Resource: https://management.core.windows.net/ | |
ClientId: [redacted] | |
CacheType: Microsoft.Azure.Common.Authentication.ProtectedFileTokenCache (0 items) |