翼度科技»论坛 编程开发 .net 查看内容

Sitecore10 Demo演示环境Azure一键部署(Step By Step Guide to installing

7

主题

7

帖子

21

积分

新手上路

Rank: 1

积分
21
本文演示Sitecore XP Single(XP0)在Azure上的一键部署,即“30分钟生成Sitecore演示环境”的一环。
关于XP(即Sitecore Experience Platform) roles的相关介绍移步
XP Single配置主要用来开发和测试:
Four Sitecore roles: Content Delivery, Content Management, Processing, and Reporting as a single WebApp instance.(cd,cm,Processing,Reporting作为一个web应用实例)
All XP roles: Search, Collection, Reference Data, Sitecore Cortex Processing, Sitecore Cortex Reporting, Marketing Automation, and Marketing Automation Reporting as a single WebApp instance.(其它所有功能作为一个应用实例)

 本文使用的Sitecore版本为:Sitecore Experience Platform 10.1 Update-2
为什么使用这个版本?主要考虑使用Azure PaaS的全部功能,无需额外配置。如果使用Sitecore 10.2+以上,则需要额外搭建Solr服务,参照 Azure Search compatibility table
即使用8.2-10.1版本,是可以使用Azure Search代替Solr服务的。这里方便利用Azure云资源直接一键配置,无需做额外的动作。故使用Sitecore 10.1-Update-2来演示。
本地操作系统为Windows11专业版。
准备工作

1,Azure Portal账号一个,没有的话可以使用国际信用卡注册;
2,本地PowerShell ISE安装Azure模块;
3,Microsoft Azure Storage Explorer
4,Sitecore license文件
 
下载

1,下载 Sitecore Experience Platform 10.1 Update-2
     打开下载页定位到 Download options for Azure AppService

      下载 Packages for XP Single ,即XP0。解压得到3个压缩包:
      

 2,下载 Sitecore Identity
       选择 Sitecore Identity 7.0.326  ,
     

      下载WDP installation package. 解压得到1个压缩包:
      

      打开Microsoft Azure Storage Explorer,上传上面4个压缩包到Azure Blob
      

      

      上传完毕后,分别点击每一个资源,鼠标右键,获取共享访问签名 -- 读取(权限) -- 创建 -- 复制资源的URL备用,上面4个资源都要复制。
 3,下载Sitecore Azure Toolkit ,选择 Sitecore Azure Toolkit 2.8.0
   

      下载后解压得到:
       

 4,下载Sitecore Azure Resource Manager (ARM) template,解压后得到:
       

 
生成authentication certificate

以管理员身份运行Windows PowerShell ISE,输入以下代码并运行:
  1. #Create a self-signed certificate.
  2. $thumbprint = (New-SelfSignedCertificate `
  3. -Subject "CN=$env:COMPUTERNAME @ Sitecore, Inc." `
  4. -Type SSLServerAuthentication `
  5. -FriendlyName "$env:USERNAME Certificate").Thumbprint
  6. $certificateFilePath = "D:\Workspace\$thumbprint.pfx"
  7. Export-PfxCertificate `
  8. -cert cert:\LocalMachine\MY\$thumbprint `
  9. -FilePath "$certificateFilePath" `
  10. -Password (Read-Host -Prompt "Enter password that would protect the certificate" -AsSecureString)
复制代码
 
编辑azuredeploy.parameters.json

编辑ARM template中的azuredeploy.parameters.json文件

如上图所示,黄色框部分先留空即可。 其它key说明如下:
KeyDescription
location云资源所在的地理位置,比如填:East Asia,代表东亚
sitecoreAdminPasswordSitecore Admin账户的密码
sqlServerLogin云生成SQL数据库后的SQL账号
sqlServerPassword云生成SQL数据库后的SQL密码
siMsDeployPackageUrl下载章节中的IdentityServer的完整URL
singleMsDeployPackageUrl下载章节中的single.scwdp完整URL
xcSingleMsDeployPackageUrl下载章节中的xp0xconnect.scwdp.zip完整URL
authCertificatePassword生成authentication certificate章节中输入的密码
注意在最后加上:
  1.     "allowInvalidClientCertificates": {
  2.       "value": true
  3.     }
复制代码
 
执行脚本

以管理员身份打开Windows PowerShell ISE,
没有安装Azure模块的先安装Azure模块,移步Install Azure PowerShell on Windows
脚本代码:
  1. #Azure一键部署Sitecore xp0(xp single)开发/测试/演示环境
  2. $SCSDK="D:\Workspace\Sitecore Azure Toolkit 2.8.0-r02542.1366\tools"
  3. $SCTemplates="https://raw.githubusercontent.com/Sitecore/Sitecore-Azure-Quickstart-Templates/master/Sitecore%2010.1.1/XPSingle"
  4. $DeploymentId = "demo-sitecore1011"
  5. $ResourceGroup = "demo-sitecore1011"
  6. $LicenseFile = "你的本地license文件路径"
  7. $CertificateFile = "D:\Workspace\93F2CA3845DB2577A005BCA0CEE48B8951694F1F.pfx(生成authentication certificate章节生成的文件)"
  8. $SubscriptionId = "Azure订阅ID(SubscriptionID)"
  9. $Location="East Asia"
  10. $ParamFile="D:\Workspace\Sitecore-Azure-Quickstart-Templates-2.13.0\Sitecore 10.1.1\XPSingle\azuredeploy.parameters.json"
  11. $Parameters = @{
  12. "deploymentId"=$DeploymentId;
  13. "authCertificateBlob" = [System.Convert]::ToBase64String([System.IO.File]::ReadAllBytes($CertificateFile))
  14. }
  15. Import-Module $SCSDK\Sitecore.Cloud.Cmdlets.psm1
  16. Connect-AzAccount
  17. Set-AzContext -SubscriptionId $SubscriptionId
  18. Start-SitecoreAzureDeployment -Name $ResourceGroup -Location $Location -ArmTemplateUrl "$SCTemplates/azuredeploy.json" -ArmParametersPath $ParamFile -LicenseXmlPath $LicenseFile -SetKeyValue $Parameters -Verbose
复制代码
直接执行,执行后的输出信息如下:

执行完毕大概需要35分钟左右:

 执行完毕后打开Azure资源页面:

找到demo-sitecore1011-single APP Service(Azure APP Service) 

 单击 默认域 的链接

 打开了Sitecore欢迎页,即表明成功!

 在此链接后输入 /sitecore 进入管理后台:
用户名输入admin
密码输入azuredeploy.parameters.json文件中
sitecoreAdminPassword设置的密码,比如这里是:Password12345

进入管理后台,验证Sitecore版本为: 

 

来源:https://www.cnblogs.com/hangwei/archive/2023/04/25/17348828.html
免责声明:由于采集信息均来自互联网,如果侵犯了您的权益,请联系我们【E-Mail:cb@itdo.tech】 我们会及时删除侵权内容,谢谢合作!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

举报 回复 使用道具