- Hands-On Cloud Solutions with Azure
- Greg Leonardo
- 44字
- 2021-06-10 19:44:41
Deploy-Azure-WebsiteAndDatabase.parameters.json
In our parameters file, we provide the hosting plan name and a username and password for the SQL instance:
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"hostingPlanName": {
"value": "Demo_Hosting_Plan"
},
"administratorLogin": {
"value": "sqlAdmin"
},
"databaseName": {
"value": "Pas@word123"
}
}
}
推薦閱讀
- Practical Data Analysis
- Verilog HDL數(shù)字系統(tǒng)設計入門與應用實例
- Drupal 7 Multilingual Sites
- Hands-On Cybersecurity with Blockchain
- 數(shù)據(jù)掘金
- Building a BeagleBone Black Super Cluster
- Spatial Analytics with ArcGIS
- Learn QGIS
- 生成對抗網(wǎng)絡項目實戰(zhàn)
- Web璀璨:Silverlight應用技術(shù)完全指南
- 大型機系統(tǒng)應用基礎
- 網(wǎng)管員世界2009超值精華本
- 人工智能:重塑個人、商業(yè)與社會
- Data Science with Python
- iLike職場大學生就業(yè)指導:C和C++方向