skip to Main Content

MongoDb – Delete Json object from array

I would like to delete an object from a JSON objects array. Here is the schema qualifications: { Experience: [{ title: String, companyName: String, location: String, years: Number }], Education:[ { school: String, years: Number, }], Licences: [String], Honnors: [String],…

VIEW QUESTION

Azure – Pass array of connection strings in parameters file to bicep file to be used for loop for application service

I am trying to create an application service to deploy via a CI/CD pipeline, however I am struggling create a For loop for the connection strings. Im my parameters file I have the following: { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters":…

VIEW QUESTION
Back To Top
Search