File tree 2 files changed +6
-6
lines changed
configure-ssl-certificate
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ az appservice plan create --name FunctionAppWithAppServicePlan \
19
19
az functionapp create --name $functionAppName --storage-account $storageName \
20
20
--plan FunctionAppWithAppServicePlan --resource-group myResourceGroup
21
21
22
- echo " Configure a CNAME record that maps $fqdn to $functionAppName .azurewebsites.net"
22
+ echo " Configure an A record that maps $fqdn to $functionAppName .azurewebsites.net"
23
23
read -p " Press [Enter] key when ready ..."
24
24
25
25
# Before continuing, go to your DNS configuration UI for your custom domain and follow the
26
- # instructions at https://aka.ms/appservicecustomdns to configure a CNAME record for the
27
- # hostname "www" and point it your web app's default domain name.
26
+ # instructions at https://aka.ms/appservicecustomdns to configure an A record
27
+ # and point it your web app's default domain name.
28
28
29
29
# Map your prepared custom domain name to the function app.
30
30
az appservice web config hostname add --webapp $functionAppName --resource-group myResourceGroup \
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ az appservice plan create --name FunctionAppWithAppServicePlan --location westeu
21
21
az functionapp create --name $functionAppName --storage-account $storageName \
22
22
--plan FunctionAppWithAppServicePlan --resource-group myResourceGroup
23
23
24
- echo " Configure a CNAME record that maps $fqdn to $functionAppName .azurewebsites.net"
24
+ echo " Configure an A record that maps $fqdn to $functionAppName .azurewebsites.net"
25
25
read -p " Press [Enter] key when ready ..."
26
26
27
27
# Before continuing, go to your DNS configuration UI for your custom domain and follow the
28
- # instructions at https://aka.ms/appservicecustomdns to configure a CNAME record for the
29
- # hostname "www" and point it your web app's default domain name.
28
+ # instructions at https://aka.ms/appservicecustomdns to configure an A record
29
+ # and point it your web app's default domain name.
30
30
31
31
# Map your prepared custom domain name to the function app.
32
32
az appservice web config hostname add --webapp $functionAppName --resource-group myResourceGroup \
You can’t perform that action at this time.
0 commit comments